#0000DD

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

Shades of Medium Blue #0000DD

Tints of Medium Blue #0000DD

Color information

#0000DD (or 0x0000DD) is unknown color: approx Medium Blue. HEX triplet: 00, 00 and DD. RGB value is (0,0,221). Sum of RGB (Red+Green+Blue) = 0+0+221=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 221 (86.72% from 255 or 100% from 221); Max value from RGB is 221 - color contains mainly: blue. Hex color #0000DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0000DD is #FFFF22. Grayscale: #181818. Windows color (decimal): -16776995 or 14483456. OLE color: 14483456.

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

Color convert

RGB00221-
CMYK1100.13
HSL240º100%43.33%-
HSV(B)240º100%86.67%-
XYZ13.055.2268.73-
YUV25.19238.5110.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 100%
R=0%
G=0%
B=100%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal002211100.1324010043.33
Hex00DD64640Df0642b
Octal0033514414401536014453
Binary00110111011100100110010001101111100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0000DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0000DD; }

 p { color: rgb(0,0,221); }

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

<style>
 a { background-color: #0000DD; }

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

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

<style>
 span { border-color: #0000DD; }

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

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