#0D0FD6

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

Shades of Medium Blue #0D0FD6

Tints of Medium Blue #0D0FD6

Color information

#0D0FD6 (or 0x0D0FD6) is unknown color: approx Medium Blue. HEX triplet: 0D, 0F and D6. RGB value is (13,15,214). Sum of RGB (Red+Green+Blue) = 13+15+214=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 214 (83.98% from 255 or 88.43% from 242); Max value from RGB is 214 - color contains mainly: blue. Hex color #0D0FD6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0FD6 is #F2F029. Grayscale: #242424. Windows color (decimal): -15921194 or 14028557. OLE color: 14028557.

HSL color Cylindrical-coordinate representation of color #0D0FD6: hue angle of 239.4º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0FD6 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1315214-
CMYK0.940.9300.16
HSL239.4º88.55%44.51%-
HSV(B)239.4º93.93%83.92%-
XYZ12.475.2863.98-
YUV37.09227.84110.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.37%
GREEN value IS 15 (6.25% from 255) = 6.20%
BLUE value IS 214 (83.98% from 255) = 88.43%
R=5.37%
G=6.20%
B=88.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal13152140.940.9300.16239.488.5544.51
HexDFD65E5D010ef592d
Octal151732613613502035713155
Binary110111111101011010111101011101010000111011111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,15,214); }

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

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

 a { background-color: rgb(13,15,214); }

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

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

 span { border-color: rgb(13,15,214); }

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