Html Css Color HEX #027CB9 Cerulean

📋 copy color: '#027CB9'

red 2 ◦ green 124 ◦ blue 185

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

Shades of Cerulean #027CB9

Tints of Cerulean #027CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.87%

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

R = 0.64%
G = 39.87%
B = 59.49%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#027CB9 (or 0x027CB9) is known color: Cerulean. HEX triplet: 02, 7C and B9. RGB value is (2,124,185). Sum of RGB (Red+Green+Blue) = 2+124+185=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 185 (72.66% from 255 or 59.49% from 311); Max value from RGB is 185 - color contains mainly: blue. Hex color #027CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CB9 is #FD8346. Grayscale: #5E5E5E. Windows color (decimal): -16614215 or 12155906. OLE color: 12155906.

HSL color Cylindrical-coordinate representation of color #027CB9: hue angle of 200º 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 #027CB9 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 124 185 -
CMYK 0.99 0.33 0 0.27
HSL 200º 0.98% 0.37% -
HSV(B) 200º 0.99% 0.73% -
XYZ 15.99 17.93 48.52 -
YUV 94.48 179.08 62.04 -
System Red Green Blue C M Y K H S L
Decimal 2 124 185 0.99 0.33 0 0.27 200 0.98 0.37
Hex 2 7C B9 63 21 0 1B C8 62 25
Octal 2 174 271 143 41 0 33 310 142 45
Binary 10 1111100 10111001 1100011 100001 0 11011 11001000 1100010 100101

Color Harmonies of #027CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CB9

Black with #027CB9

Text Example


Text Example

White with #027CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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