Html Css Color HEX #0E80BB Cerulean

📋 copy color: '#0E80BB'

red 14 ◦ green 128 ◦ blue 187

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

Shades of Cerulean #0E80BB

Tints of Cerulean #0E80BB

RGB

 RED value IS 14 (5.86% from 255) = 4.26%

 GREEN value IS 128 (50.39% from 255) = 38.91%

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 4.26%
G = 38.91%
B = 56.84%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E80BB (or 0x0E80BB) is known color: Cerulean. HEX triplet: 0E, 80 and BB. RGB value is (14,128,187). Sum of RGB (Red+Green+Blue) = 14+128+187=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E80BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E80BB is #F17F44. Grayscale: #646464. Windows color (decimal): -15826757 or 12288014. OLE color: 12288014.

HSL color Cylindrical-coordinate representation of color #0E80BB: hue angle of 200.46º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E80BB is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 128 187 -
CMYK 0.93 0.32 0 0.27
HSL 200.46º 0.86% 0.39% -
HSV(B) 200.46º 0.93% 0.73% -
XYZ 16.87 19.12 49.82 -
YUV 100.64 176.73 66.2 -
System Red Green Blue C M Y K H S L
Decimal 14 128 187 0.93 0.32 0 0.27 200.46 0.86 0.39
Hex E 80 BB 5D 20 0 1B C8 56 27
Octal 16 200 273 135 40 0 33 310 126 47
Binary 1110 10000000 10111011 1011101 100000 0 11011 11001000 1010110 100111

Color Harmonies of #0E80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E80BB

Black with #0E80BB

Text Example


Text Example

White with #0E80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E80BB; }

 p { color: rgb(14,128,187); }

 H1.HeaderClassName
 {
   color: #0E80BB;
 }
 .AnyTagClassName
 {
   color: #0E80BB;
 }
</style>

background-color css

<style>
 a { background-color: #0E80BB; }

 a { background-color: rgb(14,128,187); }

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

border-color css

<style>
 span { border-color: #0E80BB; }

 span { border-color: rgb(14,128,187); }

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