Html Css Color HEX #0270AD Cerulean

📋 copy color: '#0270AD'

red 2 ◦ green 112 ◦ blue 173

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

Shades of Cerulean #0270AD

Tints of Cerulean #0270AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.28%

R = 0.7%
G = 39.02%
B = 60.28%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0270AD (or 0x0270AD) is known color: Cerulean. HEX triplet: 02, 70 and AD. RGB value is (2,112,173). Sum of RGB (Red+Green+Blue) = 2+112+173=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #0270AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0270AD is #FD8F52. Grayscale: #555555. Windows color (decimal): -16617299 or 11366402. OLE color: 11366402.

HSL color Cylindrical-coordinate representation of color #0270AD: hue angle of 201.4º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0270AD is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 112 173 -
CMYK 0.99 0.35 0 0.32
HSL 201.4º 0.98% 0.34% -
HSV(B) 201.4º 0.99% 0.68% -
XYZ 13.36 14.62 41.65 -
YUV 86.06 177.06 68.04 -
System Red Green Blue C M Y K H S L
Decimal 2 112 173 0.99 0.35 0 0.32 201.4 0.98 0.34
Hex 2 70 AD 63 23 0 20 C9 62 22
Octal 2 160 255 143 43 0 40 311 142 42
Binary 10 1110000 10101101 1100011 100011 0 100000 11001001 1100010 100010

Color Harmonies of #0270AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0270AD

Black with #0270AD

Text Example


Text Example

White with #0270AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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