Html Css Color HEX #0270AB Cerulean

📋 copy color: '#0270AB'

red 2 ◦ green 112 ◦ blue 171

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

Shades of Cerulean #0270AB

Tints of Cerulean #0270AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.3%

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

R = 0.7%
G = 39.3%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0270AB (or 0x0270AB) is known color: Cerulean. HEX triplet: 02, 70 and AB. RGB value is (2,112,171). Sum of RGB (Red+Green+Blue) = 2+112+171=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #0270AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0270AB is #FD8F54. Grayscale: #555555. Windows color (decimal): -16617301 or 11235330. OLE color: 11235330.

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

Color convert

RGB 2 112 171 -
CMYK 0.99 0.35 0 0.33
HSL 200.95º 0.98% 0.34% -
HSV(B) 200.95º 0.99% 0.67% -
XYZ 13.17 14.54 40.64 -
YUV 85.84 176.06 68.2 -
System Red Green Blue C M Y K H S L
Decimal 2 112 171 0.99 0.35 0 0.33 200.95 0.98 0.34
Hex 2 70 AB 63 23 0 21 C9 62 22
Octal 2 160 253 143 43 0 41 311 142 42
Binary 10 1110000 10101011 1100011 100011 0 100001 11001001 1100010 100010

Color Harmonies of #0270AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0270AB

Black with #0270AB

Text Example


Text Example

White with #0270AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0270AB; }

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

 H1.HeaderClassName
 {
   color: #0270AB;
 }
 .AnyTagClassName
 {
   color: #0270AB;
 }
</style>

background-color css

<style>
 a { background-color: #0270AB; }

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

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

border-color css

<style>
 span { border-color: #0270AB; }

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

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