Html Css Color HEX #027D9F Cerulean

📋 copy color: '#027D9F'

red 2 ◦ green 125 ◦ blue 159

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

Shades of Cerulean #027D9F

Tints of Cerulean #027D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.59%

R = 0.7%
G = 43.71%
B = 55.59%

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

#027D9F (or 0x027D9F) is known color: Cerulean. HEX triplet: 02, 7D and 9F. RGB value is (2,125,159). Sum of RGB (Red+Green+Blue) = 2+125+159=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #027D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027D9F is #FD8260. Grayscale: #5B5B5B. Windows color (decimal): -16613985 or 10452226. OLE color: 10452226.

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

Color convert

RGB 2 125 159 -
CMYK 0.99 0.21 0 0.38
HSL 192.99º 0.98% 0.32% -
HSV(B) 192.99º 0.99% 0.62% -
XYZ 13.62 17.18 35.4 -
YUV 92.1 165.75 63.74 -
System Red Green Blue C M Y K H S L
Decimal 2 125 159 0.99 0.21 0 0.38 192.99 0.98 0.32
Hex 2 7D 9F 63 15 0 26 C1 62 20
Octal 2 175 237 143 25 0 46 301 142 40
Binary 10 1111101 10011111 1100011 10101 0 100110 11000001 1100010 100000

Color Harmonies of #027D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027D9F

Black with #027D9F

Text Example


Text Example

White with #027D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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