Html Css Color HEX #027BB9 Cerulean

📋 copy color: '#027BB9'

red 2 ◦ green 123 ◦ blue 185

#027BB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #027BB9

Tints of Cerulean #027BB9

RGB

 RED value IS 2 (1.17% from 255) = 0.65%

 GREEN value IS 123 (48.44% from 255) = 39.68%

 BLUE value IS 185 (72.66% from 255) = 59.68%

R = 0.65%
G = 39.68%
B = 59.68%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#027BB9 (or 0x027BB9) is known color: Cerulean. HEX triplet: 02, 7B and B9. RGB value is (2,123,185). Sum of RGB (Red+Green+Blue) = 2+123+185=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 185 (72.66% from 255 or 59.68% from 310); Max value from RGB is 185 - color contains mainly: blue. Hex color #027BB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BB9 is #FD8446. Grayscale: #5D5D5D. Windows color (decimal): -16614471 or 12155650. OLE color: 12155650.

HSL color Cylindrical-coordinate representation of color #027BB9: hue angle of 200.33º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BB9 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 123 185 -
CMYK 0.99 0.34 0 0.27
HSL 200.33º 0.98% 0.37% -
HSV(B) 200.33º 0.99% 0.73% -
XYZ 15.86 17.68 48.48 -
YUV 93.89 179.41 62.46 -
System Red Green Blue C M Y K H S L
Decimal 2 123 185 0.99 0.34 0 0.27 200.33 0.98 0.37
Hex 2 7B B9 63 22 0 1B C8 62 25
Octal 2 173 271 143 42 0 33 310 142 45
Binary 10 1111011 10111001 1100011 100010 0 11011 11001000 1100010 100101

Color Harmonies of #027BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BB9

Black with #027BB9

Text Example


Text Example

White with #027BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027BB9; }

 p { color: rgb(2,123,185); }

 H1.HeaderClassName
 {
   color: #027BB9;
 }
 .AnyTagClassName
 {
   color: #027BB9;
 }
</style>

background-color css

<style>
 a { background-color: #027BB9; }

 a { background-color: rgb(2,123,185); }

 div.DivClassName
 {
   background-color: #027BB9;
 }
 .BgClassName
 {
   background-color: #027BB9;
 }
</style>

border-color css

<style>
 span { border-color: #027BB9; }

 span { border-color: rgb(2,123,185); }

 td.TdClassName
 {
   border-color: #027BB9;
 }
 .TagClassName
 {
   border-color: #027BB9;
 }
</style>