Html Css Color HEX #027EB2 Cerulean

📋 copy color: '#027EB2'

red 2 ◦ green 126 ◦ blue 178

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

Shades of Cerulean #027EB2

Tints of Cerulean #027EB2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.18%

 BLUE value IS 178 (69.92% from 255) = 58.17%

R = 0.65%
G = 41.18%
B = 58.17%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#027EB2 (or 0x027EB2) is known color: Cerulean. HEX triplet: 02, 7E and B2. RGB value is (2,126,178). Sum of RGB (Red+Green+Blue) = 2+126+178=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 178 (69.92% from 255 or 58.17% from 306); Max value from RGB is 178 - color contains mainly: blue. Hex color #027EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027EB2 is #FD814D. Grayscale: #5E5E5E. Windows color (decimal): -16613710 or 11697666. OLE color: 11697666.

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

Color convert

RGB 2 126 178 -
CMYK 0.99 0.29 0 0.30
HSL 197.73º 0.98% 0.35% -
HSV(B) 197.73º 0.99% 0.7% -
XYZ 15.52 18.15 44.8 -
YUV 94.85 174.92 61.77 -
System Red Green Blue C M Y K H S L
Decimal 2 126 178 0.99 0.29 0 0.30 197.73 0.98 0.35
Hex 2 7E B2 63 1D 0 1E C6 62 23
Octal 2 176 262 143 35 0 36 306 142 43
Binary 10 1111110 10110010 1100011 11101 0 11110 11000110 1100010 100011

Color Harmonies of #027EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EB2

Black with #027EB2

Text Example


Text Example

White with #027EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,126,178); }

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

background-color css

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

 a { background-color: rgb(2,126,178); }

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

border-color css

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

 span { border-color: rgb(2,126,178); }

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