Html Css Color HEX #027FAC Cerulean

📋 copy color: '#027FAC'

red 2 ◦ green 127 ◦ blue 172

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

Shades of Cerulean #027FAC

Tints of Cerulean #027FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 42.19%

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 0.66%
G = 42.19%
B = 57.14%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#027FAC (or 0x027FAC) is known color: Cerulean. HEX triplet: 02, 7F and AC. RGB value is (2,127,172). Sum of RGB (Red+Green+Blue) = 2+127+172=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #027FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027FAC is #FD8053. Grayscale: #5E5E5E. Windows color (decimal): -16613460 or 11304706. OLE color: 11304706.

HSL color Cylindrical-coordinate representation of color #027FAC: hue angle of 195.88º 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 #027FAC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 127 172 -
CMYK 0.99 0.26 0 0.33
HSL 195.88º 0.98% 0.34% -
HSV(B) 195.88º 0.99% 0.67% -
XYZ 15.06 18.17 41.74 -
YUV 94.76 171.59 61.84 -
System Red Green Blue C M Y K H S L
Decimal 2 127 172 0.99 0.26 0 0.33 195.88 0.98 0.34
Hex 2 7F AC 63 1A 0 21 C4 62 22
Octal 2 177 254 143 32 0 41 304 142 42
Binary 10 1111111 10101100 1100011 11010 0 100001 11000100 1100010 100010

Color Harmonies of #027FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FAC

Black with #027FAC

Text Example


Text Example

White with #027FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,127,172); }

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

background-color css

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

 a { background-color: rgb(2,127,172); }

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

border-color css

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

 span { border-color: rgb(2,127,172); }

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