#0906DF

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

Shades of Medium Blue #0906DF

Tints of Medium Blue #0906DF

Color information

#0906DF (or 0x0906DF) is unknown color: approx Medium Blue. HEX triplet: 09, 06 and DF. RGB value is (9,6,223). Sum of RGB (Red+Green+Blue) = 9+6+223=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 223 (87.5% from 255 or 93.70% from 238); Max value from RGB is 223 - color contains mainly: blue. Hex color #0906DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0906DF is #F6F920. Grayscale: #1E1E1E. Windows color (decimal): -16185633 or 14616073. OLE color: 14616073.

HSL color Cylindrical-coordinate representation of color #0906DF: hue angle of 240.83º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0906DF is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96223-
CMYK0.960.9700.13
HSL240.83º94.76%44.9%-
HSV(B)240.83º97.31%87.45%-
XYZ13.55.5270.17-
YUV31.64235.99111.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 6 (2.73% from 255) = 2.52%
BLUE value IS 223 (87.5% from 255) = 93.70%
R=3.78%
G=2.52%
B=93.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962230.960.9700.13240.8394.7644.9
Hex96DF60610Df15f2d
Octal11633714014101536113755
Binary1001110110111111100000110000101101111100011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0906DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0906DF; }

 p { color: rgb(9,6,223); }

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

<style>
 a { background-color: #0906DF; }

 a { background-color: rgb(9,6,223); }

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

<style>
 span { border-color: #0906DF; }

 span { border-color: rgb(9,6,223); }

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