#0c24dd

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

Shades of Medium Blue #0C24DD

Tints of Medium Blue #0C24DD

Color information

#0C24DD (or 0x0C24DD) is unknown color: approx Medium Blue. HEX triplet: 0C, 24 and DD. RGB value is (12,36,221). Sum of RGB (Red+Green+Blue) = 12+36+221=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C24DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C24DD is #F3DB22. Grayscale: #313131. Windows color (decimal): -15981347 or 14492684. OLE color: 14492684.

HSL color Cylindrical-coordinate representation of color #0C24DD: hue angle of 233.11º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C24DD is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1236221-
CMYK0.950.8400.13
HSL233.11º89.7%45.69%-
HSV(B)233.11º94.57%86.67%-
XYZ13.836.5668.94-
YUV49.91224.55100.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.46%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 221 (86.72% from 255) = 82.16%
R=4.46%
G=13.38%
B=82.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12362210.950.8400.13233.1189.745.69
HexC24DD5F540De95a2e
Octal144433513712401535113256
Binary1100100100110111011011111101010001101111010011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c24dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c24dd; }

 p { color: rgb(12,36,221); }

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

<style>
 a { background-color: #0c24dd; }

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

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

<style>
 span { border-color: #0c24dd; }

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

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