#000DDE

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

Shades of Medium Blue #000DDE

Tints of Medium Blue #000DDE

Color information

#000DDE (or 0x000DDE) is unknown color: approx Medium Blue. HEX triplet: 00, 0D and DE. RGB value is (0,13,222). Sum of RGB (Red+Green+Blue) = 0+13+222=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 222 (87.11% from 255 or 94.47% from 235); Max value from RGB is 222 - color contains mainly: blue. Hex color #000DDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DDE is #FFF221. Grayscale: #202020. Windows color (decimal): -16773666 or 14552320. OLE color: 14552320.

HSL color Cylindrical-coordinate representation of color #000DDE: hue angle of 236.49º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DDE is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB013222-
CMYK10.9400.13
HSL236.49º100%43.53%-
HSV(B)236.49º100%87.06%-
XYZ13.335.5669.48-
YUV32.94234.69104.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 222 (87.11% from 255) = 94.47%
R=0%
G=5.53%
B=94.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal01322210.9400.13236.4910043.53
Hex0DDE645E0Dec642c
Octal01533614413601535414454
Binary01101110111101100100101111001101111011001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000DDE; }

 p { color: rgb(0,13,222); }

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

<style>
 a { background-color: #000DDE; }

 a { background-color: rgb(0,13,222); }

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

<style>
 span { border-color: #000DDE; }

 span { border-color: rgb(0,13,222); }

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