Html Css Color HEX #027DB9 Cerulean

📋 copy color: '#027DB9'

red 2 ◦ green 125 ◦ blue 185

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

Shades of Cerulean #027DB9

Tints of Cerulean #027DB9

RGB

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

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

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

R = 0.64%
G = 40.06%
B = 59.29%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#027DB9 (or 0x027DB9) is known color: Cerulean. HEX triplet: 02, 7D and B9. RGB value is (2,125,185). Sum of RGB (Red+Green+Blue) = 2+125+185=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #027DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DB9 is #FD8246. Grayscale: #5E5E5E. Windows color (decimal): -16613959 or 12156162. OLE color: 12156162.

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

Color convert

RGB 2 125 185 -
CMYK 0.99 0.32 0 0.27
HSL 199.67º 0.98% 0.37% -
HSV(B) 199.67º 0.99% 0.73% -
XYZ 16.12 18.18 48.56 -
YUV 95.06 178.75 61.62 -
System Red Green Blue C M Y K H S L
Decimal 2 125 185 0.99 0.32 0 0.27 199.67 0.98 0.37
Hex 2 7D B9 63 20 0 1B C8 62 25
Octal 2 175 271 143 40 0 33 310 142 45
Binary 10 1111101 10111001 1100011 100000 0 11011 11001000 1100010 100101

Color Harmonies of #027DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DB9

Black with #027DB9

Text Example


Text Example

White with #027DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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