#0810D7

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

Shades of Medium Blue #0810D7

Tints of Medium Blue #0810D7

Color information

#0810D7 (or 0x0810D7) is unknown color: approx Medium Blue. HEX triplet: 08, 10 and D7. RGB value is (8,16,215). Sum of RGB (Red+Green+Blue) = 8+16+215=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 215 (84.38% from 255 or 89.96% from 239); Max value from RGB is 215 - color contains mainly: blue. Hex color #0810D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0810D7 is #F7EF28. Grayscale: #232323. Windows color (decimal): -16248617 or 14094344. OLE color: 14094344.

HSL color Cylindrical-coordinate representation of color #0810D7: hue angle of 237.68º 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 #0810D7 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB816215-
CMYK0.960.9300.16
HSL237.68º92.83%43.73%-
HSV(B)237.68º96.28%84.31%-
XYZ12.555.3364.66-
YUV36.29228.85107.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.35%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 215 (84.38% from 255) = 89.96%
R=3.35%
G=6.69%
B=89.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal8162150.960.9300.16237.6892.8343.73
Hex810D7605D010ee5d2c
Octal102032714013502035613554
Binary1000100001101011111000001011101010000111011101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0810D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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