#0008DD

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

Shades of Medium Blue #0008DD

Tints of Medium Blue #0008DD

Color information

#0008DD (or 0x0008DD) is unknown color: approx Medium Blue. HEX triplet: 00, 08 and DD. RGB value is (0,8,221). Sum of RGB (Red+Green+Blue) = 0+8+221=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 221 (86.72% from 255 or 96.51% from 229); Max value from RGB is 221 - color contains mainly: blue. Hex color #0008DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008DD is #FFF722. Grayscale: #1D1D1D. Windows color (decimal): -16774947 or 14485504. OLE color: 14485504.

HSL color Cylindrical-coordinate representation of color #0008DD: hue angle of 237.83º 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 #0008DD is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB08221-
CMYK10.9600.13
HSL237.83º100%43.33%-
HSV(B)237.83º100%86.67%-
XYZ13.145.3968.76-
YUV29.89235.85106.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 221 (86.72% from 255) = 96.51%
R=0%
G=3.49%
B=96.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0822110.9600.13237.8310043.33
Hex08DD64600Dee642b
Octal01033514414001535614453
Binary01000110111011100100110000001101111011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0008DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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