Html Css Color HEX #2412DD Medium Blue

📋 copy color: '#2412DD'

red 36 ◦ green 18 ◦ blue 221

#2412DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #2412DD

Tints of Medium Blue #2412DD

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 value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2412DD (or 0x2412DD) is known color: 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

RGB 36 18 221 -
CMYK 0.84 0.92 0 0.13
HSL 245.32º 0.85% 0.47% -
HSV(B) 245.32º 0.92% 0.87% -
XYZ 14 6.03 68.83 -
YUV 46.52 226.46 120.49 -
System Red Green Blue C M Y K H S L
Decimal 36 18 221 0.84 0.92 0 0.13 245.32 0.85 0.47
Hex 24 12 DD 54 5C 0 D F5 55 2F
Octal 44 22 335 124 134 0 15 365 125 57
Binary 100100 10010 11011101 1010100 1011100 0 1101 11110101 1010101 101111

Color Harmonies of #2412DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2412DD

Black with #2412DD

Text Example


Text Example

White with #2412DD

Text Example


Text Example

HTML Codes & Css Web 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>