Html Css Color HEX #027DAE Cerulean

📋 copy color: '#027DAE'

red 2 ◦ green 125 ◦ blue 174

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

Shades of Cerulean #027DAE

Tints of Cerulean #027DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.81%

R = 0.66%
G = 41.53%
B = 57.81%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#027DAE (or 0x027DAE) is known color: Cerulean. HEX triplet: 02, 7D and AE. RGB value is (2,125,174). Sum of RGB (Red+Green+Blue) = 2+125+174=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #027DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027DAE is #FD8251. Grayscale: #5D5D5D. Windows color (decimal): -16613970 or 11435266. OLE color: 11435266.

HSL color Cylindrical-coordinate representation of color #027DAE: hue angle of 197.09º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DAE is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 125 174 -
CMYK 0.99 0.28 0 0.32
HSL 197.09º 0.98% 0.35% -
HSV(B) 197.09º 0.99% 0.68% -
XYZ 15 17.74 42.68 -
YUV 93.81 173.25 62.52 -
System Red Green Blue C M Y K H S L
Decimal 2 125 174 0.99 0.28 0 0.32 197.09 0.98 0.35
Hex 2 7D AE 63 1C 0 20 C5 62 23
Octal 2 175 256 143 34 0 40 305 142 43
Binary 10 1111101 10101110 1100011 11100 0 100000 11000101 1100010 100011

Color Harmonies of #027DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DAE

Black with #027DAE

Text Example


Text Example

White with #027DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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