Html Css Color HEX #027EBC Cerulean

📋 copy color: '#027EBC'

red 2 ◦ green 126 ◦ blue 188

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

Shades of Cerulean #027EBC

Tints of Cerulean #027EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 0.63%
G = 39.87%
B = 59.49%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#027EBC (or 0x027EBC) is known color: Cerulean. HEX triplet: 02, 7E and BC. RGB value is (2,126,188). Sum of RGB (Red+Green+Blue) = 2+126+188=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #027EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EBC is #FD8143. Grayscale: #5F5F5F. Windows color (decimal): -16613700 or 12353026. OLE color: 12353026.

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

Color convert

RGB 2 126 188 -
CMYK 0.99 0.33 0 0.26
HSL 200º 0.98% 0.37% -
HSV(B) 200º 0.99% 0.74% -
XYZ 16.56 18.57 50.29 -
YUV 95.99 179.92 60.96 -
System Red Green Blue C M Y K H S L
Decimal 2 126 188 0.99 0.33 0 0.26 200 0.98 0.37
Hex 2 7E BC 63 21 0 1A C8 62 25
Octal 2 176 274 143 41 0 32 310 142 45
Binary 10 1111110 10111100 1100011 100001 0 11010 11001000 1100010 100101

Color Harmonies of #027EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EBC

Black with #027EBC

Text Example


Text Example

White with #027EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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