#0814D7

Color #0814D7 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0814D7

Tints of Medium Blue #0814D7

Color information

#0814D7 (or 0x0814D7) is unknown color: approx Medium Blue. HEX triplet: 08, 14 and D7. RGB value is (8,20,215). Sum of RGB (Red+Green+Blue) = 8+20+215=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 215 (84.38% from 255 or 88.48% from 243); Max value from RGB is 215 - color contains mainly: blue. Hex color #0814D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0814D7 is #F7EB28. Grayscale: #252525. Windows color (decimal): -16247593 or 14095368. OLE color: 14095368.

HSL color Cylindrical-coordinate representation of color #0814D7: hue angle of 236.52º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0814D7 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB820215-
CMYK0.960.9100.16
HSL236.52º92.83%43.73%-
HSV(B)236.52º96.28%84.31%-
XYZ12.625.4664.68-
YUV38.64227.52106.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.29%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 215 (84.38% from 255) = 88.48%
R=3.29%
G=8.23%
B=88.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal8202150.960.9100.16236.5292.8343.73
Hex814D7605B010ed5d2c
Octal102432714013302035513554
Binary1000101001101011111000001011011010000111011011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0814D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0814D7; }

 p { color: rgb(8,20,215); }

 H1.HeaderClassName
 {
   color: #0814D7;
 }
 .AnyTagClassName
 {
   color: #0814D7;
 }
</style>
background-color css

<style>
 a { background-color: #0814D7; }

 a { background-color: rgb(8,20,215); }

 div.DivClassName
 {
   background-color: #0814D7;
 }
 .BgClassName
 {
   background-color: #0814D7;
 }
</style>
border-color css

<style>
 span { border-color: #0814D7; }

 span { border-color: rgb(8,20,215); }

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