Html Css Color HEX #027DAB Cerulean

📋 copy color: '#027DAB'

red 2 ◦ green 125 ◦ blue 171

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

Shades of Cerulean #027DAB

Tints of Cerulean #027DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 0.67%
G = 41.95%
B = 57.38%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#027DAB (or 0x027DAB) is known color: Cerulean. HEX triplet: 02, 7D and AB. RGB value is (2,125,171). Sum of RGB (Red+Green+Blue) = 2+125+171=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #027DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027DAB is #FD8254. Grayscale: #5D5D5D. Windows color (decimal): -16613973 or 11238658. OLE color: 11238658.

HSL color Cylindrical-coordinate representation of color #027DAB: hue angle of 196.33º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DAB is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 125 171 -
CMYK 0.99 0.27 0 0.33
HSL 196.33º 0.98% 0.34% -
HSV(B) 196.33º 0.99% 0.67% -
XYZ 14.71 17.62 41.15 -
YUV 93.47 171.75 62.76 -
System Red Green Blue C M Y K H S L
Decimal 2 125 171 0.99 0.27 0 0.33 196.33 0.98 0.34
Hex 2 7D AB 63 1B 0 21 C4 62 22
Octal 2 175 253 143 33 0 41 304 142 42
Binary 10 1111101 10101011 1100011 11011 0 100001 11000100 1100010 100010

Color Harmonies of #027DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DAB

Black with #027DAB

Text Example


Text Example

White with #027DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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