Html Css Color HEX #027DA6 Cerulean

📋 copy color: '#027DA6'

red 2 ◦ green 125 ◦ blue 166

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

Shades of Cerulean #027DA6

Tints of Cerulean #027DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 56.66%

R = 0.68%
G = 42.66%
B = 56.66%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#027DA6 (or 0x027DA6) is known color: Cerulean. HEX triplet: 02, 7D and A6. RGB value is (2,125,166). Sum of RGB (Red+Green+Blue) = 2+125+166=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 166 (65.23% from 255 or 56.66% from 293); Max value from RGB is 166 - color contains mainly: blue. Hex color #027DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027DA6 is #FD8259. Grayscale: #5C5C5C. Windows color (decimal): -16613978 or 10910978. OLE color: 10910978.

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

Color convert

RGB 2 125 166 -
CMYK 0.99 0.25 0 0.35
HSL 195º 0.98% 0.33% -
HSV(B) 195º 0.99% 0.65% -
XYZ 14.24 17.43 38.69 -
YUV 92.9 169.25 63.17 -
System Red Green Blue C M Y K H S L
Decimal 2 125 166 0.99 0.25 0 0.35 195 0.98 0.33
Hex 2 7D A6 63 19 0 23 C3 62 21
Octal 2 175 246 143 31 0 43 303 142 41
Binary 10 1111101 10100110 1100011 11001 0 100011 11000011 1100010 100001

Color Harmonies of #027DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DA6

Black with #027DA6

Text Example


Text Example

White with #027DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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