COLOR #488BBF

HEX: #488BBF
RGB: (72,139,191)

Renk bilgisi

#488BBF contains mainly green and blue colors. #488BBF ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#488BBF color RGB value is (72,139,191).

  • kırmız ton 72;
  • yeşil ton 139;
  • mavi ton 191.
RGB:
(72,139,191)
(28%,55%,75%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 139 of 255 = 55%
B 191 of 255 = 75%

72
139
191

R + G + B ~ 53%. #488BBF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 139 + 191 = 402 (100%)
R 72 of 402 ~ 17.91%
G 139 of 402 ~ 34.58%
B 191 of 402 ~ 47.51%

%17.91
%34.58
%47.51

CMYK RENK MODELİ

#488BBF rengi CMYK tonu (62,27,0,25).

  • camgöbeği tonu 62.30%
  • eflatun tonu 27.23%
  • sarı tonu 0.00%
  • ana renk tonu 25.10%
CMYK:
(62,27,0,25)
C62M27Y0K25 
(62%,27%,0%,25%)
(0.62/0.27/0.00/0.25)	

CMYK yüzdeleri

%62.3
%27.23
%0
%25.1

Codes

Color #488BBF in popluar color models

488BBF
RGB72139191
HSL206°48.18%51.57%
HSB/HSV206°62.30%74.90%
CMYK62.30%27.23%0.00%
25.10%

Color #488BBF in popluar number systems.

HEX488BBF
Decimal72139191
Binary10010001000101110111111
Octal110213277

Shades and tints

Shades of #488BBF

#488BBF
(72,139,191)
#427FAE
(66,127,174)
#3C739D
(60,115,157)
#36678C
(54,103,140)
#305B7B
(48,91,123)
#2A4F6A
(42,79,106)
#244359
(36,67,89)
#1E3748
(30,55,72)
#182B37
(24,43,55)
#121F26
(18,31,38)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #488BBF

#488BBF
(72,139,191)
#5895C4
(88,149,196)
#689FC9
(104,159,201)
#78A9CE
(120,169,206)
#88B3D3
(136,179,211)
#98BDD8
(152,189,216)
#A8C7DD
(168,199,221)
#B8D1E2
(184,209,226)
#C8DBE7
(200,219,231)
#D8E5EC
(216,229,236)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488BBF color. Also use rgb(72,139,191) instead hex code.

Text Font Color

.myTextColor { color: #488BBF; }

<p style="color:#488BBF">This sample text font color is #488BBF.</p>

This text font color is #488BBF.


Background Color

.myBgColor { background-color: #488BBF; }

<div style="background-color:#488BBF">Inner text</div>

This div background color is #488BBF.


Border color

.myBorderColor { border: 1px solid #488BBF; }

<div style="border:3px solid #488BBF">Div</div>

This div border color is #488BBF.


Opacity

.myOpacity80 { color: #488BBF; opacity: 0.8; }

<p style="color:#488BBF;opacity:0.8;">80%</p>

Text with #488BBF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #488BBF;}

<p style="text-shadow: 3px 3px 1px #488BBF">Text here.</p>

This text has shadow with #488BBF color.

.textShadow {text-shadow: 3px 3px 1px #488BBF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #488BBF, 5px 5px 20px red">Text here.</p>

This text has shadow with #488BBF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488BBF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#488BBF, Direction=45, Strength=4)">Text</p>

This text has shadow with #488BBF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #488BBF;
  -webkit-box-shadow:	1px 1px 3px 2px #488BBF;
  box-shadow:		1px 1px 3px 2px #488BBF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488BBF;
-webkit-box-shadow: 1px 1px 3px 2px #488BBF;
box-shadow:1px 1px 3px 2px #488BBF;">
Div content here</div>
This div box has shadow with color #488BBF.

Preview

Color preview on black background

This text has color #488BBF on black background.


Color preview on white background

This text has color #488BBF on white background.



Black color preview on #488BBF background

This text has black color on #488BBF background.


White color preview on #488BBF background

This text has white color on #488BBF background.