Html Css Color HEX #2412BA Medium Blue

📋 copy color: '#2412BA'

red 36 ◦ green 18 ◦ blue 186

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

Shades of Medium Blue #2412BA

Tints of Medium Blue #2412BA

RGB

 RED value IS 36 (14.45% from 255) = 15%

 GREEN value IS 18 (7.42% from 255) = 7.5%

 BLUE value IS 186 (73.05% from 255) = 77.5%

R = 15%
G = 7.5%
B = 77.5%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2412BA (or 0x2412BA) is known color: Medium Blue. HEX triplet: 24, 12 and BA. RGB value is (36,18,186). Sum of RGB (Red+Green+Blue) = 36+18+186=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #2412BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2412BA is #DBED45. Grayscale: #292929. Windows color (decimal): -14413126 or 12194340. OLE color: 12194340.

HSL color Cylindrical-coordinate representation of color #2412BA: hue angle of 246.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2412BA is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 18 186 -
CMYK 0.81 0.90 0 0.27
HSL 246.43º 0.82% 0.4% -
HSV(B) 246.43º 0.9% 0.73% -
XYZ 9.81 4.35 46.78 -
YUV 42.53 208.96 123.34 -
System Red Green Blue C M Y K H S L
Decimal 36 18 186 0.81 0.90 0 0.27 246.43 0.82 0.4
Hex 24 12 BA 51 5A 0 1B F6 52 28
Octal 44 22 272 121 132 0 33 366 122 50
Binary 100100 10010 10111010 1010001 1011010 0 11011 11110110 1010010 101000

Color Harmonies of #2412BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2412BA

Black with #2412BA

Text Example


Text Example

White with #2412BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2412BA;
 }
 .AnyTagClassName
 {
   color: #2412BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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