#2412DD

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

Shades of Medium Blue #2412DD

Tints of Medium Blue #2412DD

Color information

#2412DD (or 0x2412DD) is unknown color: approx Medium Blue. HEX triplet: 24, 12 and DD. RGB value is (36,18,221). Sum of RGB (Red+Green+Blue) = 36+18+221=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #2412DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2412DD is #DBED22. Grayscale: #2D2D2D. Windows color (decimal): -14413091 or 14488100. OLE color: 14488100.

HSL color Cylindrical-coordinate representation of color #2412DD: hue angle of 245.32º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2412DD is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3618221-
CMYK0.840.9200.13
HSL245.32º84.94%46.86%-
HSV(B)245.32º91.86%86.67%-
XYZ146.0368.83-
YUV46.52226.46120.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 221 (86.72% from 255) = 80.36%
R=13.09%
G=6.55%
B=80.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal36182210.840.9200.13245.3284.9446.86
Hex2412DD545C0Df5552f
Octal442233512413401536512557
Binary10010010010110111011010100101110001101111101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2412DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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