Html Css Color HEX #027AB7 Cerulean

📋 copy color: '#027AB7'

red 2 ◦ green 122 ◦ blue 183

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

Shades of Cerulean #027AB7

Tints of Cerulean #027AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 59.61%

R = 0.65%
G = 39.74%
B = 59.61%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#027AB7 (or 0x027AB7) is known color: Cerulean. HEX triplet: 02, 7A and B7. RGB value is (2,122,183). Sum of RGB (Red+Green+Blue) = 2+122+183=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 183 (71.88% from 255 or 59.61% from 307); Max value from RGB is 183 - color contains mainly: blue. Hex color #027AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AB7 is #FD8548. Grayscale: #5C5C5C. Windows color (decimal): -16614729 or 12024322. OLE color: 12024322.

HSL color Cylindrical-coordinate representation of color #027AB7: hue angle of 200.22º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AB7 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 122 183 -
CMYK 0.99 0.33 0 0.28
HSL 200.22º 0.98% 0.36% -
HSV(B) 200.22º 0.99% 0.72% -
XYZ 15.53 17.35 47.33 -
YUV 93.07 178.74 63.04 -
System Red Green Blue C M Y K H S L
Decimal 2 122 183 0.99 0.33 0 0.28 200.22 0.98 0.36
Hex 2 7A B7 63 21 0 1C C8 62 24
Octal 2 172 267 143 41 0 34 310 142 44
Binary 10 1111010 10110111 1100011 100001 0 11100 11001000 1100010 100100

Color Harmonies of #027AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027AB7

Black with #027AB7

Text Example


Text Example

White with #027AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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