#0900DD

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

Shades of Medium Blue #0900DD

Tints of Medium Blue #0900DD

Color information

#0900DD (or 0x0900DD) is unknown color: approx Medium Blue. HEX triplet: 09, 00 and DD. RGB value is (9,0,221). Sum of RGB (Red+Green+Blue) = 9+0+221=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 221 (86.72% from 255 or 96.09% from 230); Max value from RGB is 221 - color contains mainly: blue. Hex color #0900DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0900DD is #F6FF22. Grayscale: #1B1B1B. Windows color (decimal): -16187171 or 14483465. OLE color: 14483465.

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

Color convert

RGB90221-
CMYK0.96100.13
HSL242.44º100%43.33%-
HSV(B)242.44º100%86.67%-
XYZ13.165.2868.73-
YUV27.88236.98114.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902210.96100.13242.4410043.33
Hex90DD60640Df2642b
Octal11033514014401536214453
Binary10010110111011100000110010001101111100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0900DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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