#0D17DC

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

Shades of Medium Blue #0D17DC

Tints of Medium Blue #0D17DC

Color information

#0D17DC (or 0x0D17DC) is unknown color: approx Medium Blue. HEX triplet: 0D, 17 and DC. RGB value is (13,23,220). Sum of RGB (Red+Green+Blue) = 13+23+220=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 220 (86.33% from 255 or 85.94% from 256); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D17DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D17DC is #F2E823. Grayscale: #292929. Windows color (decimal): -15919140 or 14423821. OLE color: 14423821.

HSL color Cylindrical-coordinate representation of color #0D17DC: hue angle of 237.1º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D17DC is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1323220-
CMYK0.940.9000.14
HSL237.1º88.84%45.69%-
HSV(B)237.1º94.09%86.27%-
XYZ13.395.8768.14-
YUV42.47228.19106.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.08%
GREEN value IS 23 (9.38% from 255) = 8.98%
BLUE value IS 220 (86.33% from 255) = 85.94%
R=5.08%
G=8.98%
B=85.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal13232200.940.9000.14237.188.8445.69
HexD17DC5E5A0Eed592e
Octal152733413613201635513156
Binary110110111110111001011110101101001110111011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D17DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,23,220); }

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

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

 a { background-color: rgb(13,23,220); }

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

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

 span { border-color: rgb(13,23,220); }

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