#0924D8

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

Shades of Medium Blue #0924D8

Tints of Medium Blue #0924D8

Color information

#0924D8 (or 0x0924D8) is unknown color: approx Medium Blue. HEX triplet: 09, 24 and D8. RGB value is (9,36,216). Sum of RGB (Red+Green+Blue) = 9+36+216=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 216 (84.77% from 255 or 82.76% from 261); Max value from RGB is 216 - color contains mainly: blue. Hex color #0924D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0924D8 is #F6DB27. Grayscale: #2F2F2F. Windows color (decimal): -16177960 or 14165001. OLE color: 14165001.

HSL color Cylindrical-coordinate representation of color #0924D8: hue angle of 232.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0924D8 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB936216-
CMYK0.960.8300.15
HSL232.17º92%44.12%-
HSV(B)232.17º95.83%84.71%-
XYZ13.146.2865.49-
YUV48.45222.5599.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.45%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 216 (84.77% from 255) = 82.76%
R=3.45%
G=13.79%
B=82.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal9362160.960.8300.15232.179244.12
Hex924D860530Fe85c2c
Octal114433014012301735013454
Binary1001100100110110001100000101001101111111010001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0924D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0924D8; }

 p { color: rgb(9,36,216); }

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

<style>
 a { background-color: #0924D8; }

 a { background-color: rgb(9,36,216); }

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

<style>
 span { border-color: #0924D8; }

 span { border-color: rgb(9,36,216); }

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