Html Css Color HEX #027AAF Cerulean

📋 copy color: '#027AAF'

red 2 ◦ green 122 ◦ blue 175

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

Shades of Cerulean #027AAF

Tints of Cerulean #027AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.8%

 BLUE value IS 175 (68.75% from 255) = 58.53%

R = 0.67%
G = 40.8%
B = 58.53%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#027AAF (or 0x027AAF) is known color: Cerulean. HEX triplet: 02, 7A and AF. RGB value is (2,122,175). Sum of RGB (Red+Green+Blue) = 2+122+175=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #027AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027AAF is #FD8550. Grayscale: #5B5B5B. Windows color (decimal): -16614737 or 11500034. OLE color: 11500034.

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

Color convert

RGB 2 122 175 -
CMYK 0.99 0.30 0 0.31
HSL 198.38º 0.98% 0.35% -
HSV(B) 198.38º 0.99% 0.69% -
XYZ 14.72 17.03 43.07 -
YUV 92.16 174.74 63.69 -
System Red Green Blue C M Y K H S L
Decimal 2 122 175 0.99 0.30 0 0.31 198.38 0.98 0.35
Hex 2 7A AF 63 1E 0 1F C6 62 23
Octal 2 172 257 143 36 0 37 306 142 43
Binary 10 1111010 10101111 1100011 11110 0 11111 11000110 1100010 100011

Color Harmonies of #027AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027AAF

Black with #027AAF

Text Example


Text Example

White with #027AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,122,175); }

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

background-color css

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

 a { background-color: rgb(2,122,175); }

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

border-color css

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

 span { border-color: rgb(2,122,175); }

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