#2412DE

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

Shades of Medium Blue #2412DE

Tints of Medium Blue #2412DE

Color information

#2412DE (or 0x2412DE) is unknown color: approx Medium Blue. HEX triplet: 24, 12 and DE. RGB value is (36,18,222). Sum of RGB (Red+Green+Blue) = 36+18+222=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #2412DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2412DE is #DBED21. Grayscale: #2D2D2D. Windows color (decimal): -14413090 or 14553636. OLE color: 14553636.

HSL color Cylindrical-coordinate representation of color #2412DE: hue angle of 245.29º 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 #2412DE is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3618222-
CMYK0.840.9200.13
HSL245.29º85%47.06%-
HSV(B)245.29º91.89%87.06%-
XYZ14.136.0869.54-
YUV46.64226.96120.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 222 (87.11% from 255) = 80.43%
R=13.04%
G=6.52%
B=80.43%

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
Decimal36182220.840.9200.13245.298547.06
Hex2412DE545C0Df5552f
Octal442233612413401536512557
Binary10010010010110111101010100101110001101111101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2412DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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