Html Css Color HEX #027DB6 Cerulean

📋 copy color: '#027DB6'

red 2 ◦ green 125 ◦ blue 182

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

Shades of Cerulean #027DB6

Tints of Cerulean #027DB6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.45%

 BLUE value IS 182 (71.48% from 255) = 58.9%

R = 0.65%
G = 40.45%
B = 58.9%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#027DB6 (or 0x027DB6) is known color: Cerulean. HEX triplet: 02, 7D and B6. RGB value is (2,125,182). Sum of RGB (Red+Green+Blue) = 2+125+182=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #027DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DB6 is #FD8249. Grayscale: #5E5E5E. Windows color (decimal): -16613962 or 11959554. OLE color: 11959554.

HSL color Cylindrical-coordinate representation of color #027DB6: hue angle of 199º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DB6 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 125 182 -
CMYK 0.99 0.31 0 0.29
HSL 199º 0.98% 0.36% -
HSV(B) 199º 0.99% 0.71% -
XYZ 15.8 18.06 46.91 -
YUV 94.72 177.25 61.87 -
System Red Green Blue C M Y K H S L
Decimal 2 125 182 0.99 0.31 0 0.29 199 0.98 0.36
Hex 2 7D B6 63 1F 0 1D C7 62 24
Octal 2 175 266 143 37 0 35 307 142 44
Binary 10 1111101 10110110 1100011 11111 0 11101 11000111 1100010 100100

Color Harmonies of #027DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DB6

Black with #027DB6

Text Example


Text Example

White with #027DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,125,182); }

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

background-color css

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

 a { background-color: rgb(2,125,182); }

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

border-color css

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

 span { border-color: rgb(2,125,182); }

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