Html Css Color HEX #027D9E Cerulean

📋 copy color: '#027D9E'

red 2 ◦ green 125 ◦ blue 158

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

Shades of Cerulean #027D9E

Tints of Cerulean #027D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.44%

R = 0.7%
G = 43.86%
B = 55.44%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#027D9E (or 0x027D9E) is known color: Cerulean. HEX triplet: 02, 7D and 9E. RGB value is (2,125,158). Sum of RGB (Red+Green+Blue) = 2+125+158=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #027D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027D9E is #FD8261. Grayscale: #5B5B5B. Windows color (decimal): -16613986 or 10386690. OLE color: 10386690.

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

Color convert

RGB 2 125 158 -
CMYK 0.99 0.21 0 0.38
HSL 192.69º 0.98% 0.31% -
HSV(B) 192.69º 0.99% 0.62% -
XYZ 13.53 17.15 34.94 -
YUV 91.99 165.25 63.82 -
System Red Green Blue C M Y K H S L
Decimal 2 125 158 0.99 0.21 0 0.38 192.69 0.98 0.31
Hex 2 7D 9E 63 15 0 26 C1 62 1F
Octal 2 175 236 143 25 0 46 301 142 37
Binary 10 1111101 10011110 1100011 10101 0 100110 11000001 1100010 11111

Color Harmonies of #027D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027D9E

Black with #027D9E

Text Example


Text Example

White with #027D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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