Html Css Color HEX #2411BD Medium Blue

📋 copy color: '#2411BD'

red 36 ◦ green 17 ◦ blue 189

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

Shades of Medium Blue #2411BD

Tints of Medium Blue #2411BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

 BLUE value IS 189 (74.22% from 255) = 78.1%

R = 14.88%
G = 7.02%
B = 78.1%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2411BD (or 0x2411BD) is known color: Medium Blue. HEX triplet: 24, 11 and BD. RGB value is (36,17,189). Sum of RGB (Red+Green+Blue) = 36+17+189=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #2411BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2411BD is #DBEE42. Grayscale: #292929. Windows color (decimal): -14413379 or 12390692. OLE color: 12390692.

HSL color Cylindrical-coordinate representation of color #2411BD: hue angle of 246.63º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2411BD is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 17 189 -
CMYK 0.81 0.91 0 0.26
HSL 246.63º 0.83% 0.4% -
HSV(B) 246.63º 0.91% 0.74% -
XYZ 10.11 4.45 48.47 -
YUV 42.29 210.79 123.51 -
System Red Green Blue C M Y K H S L
Decimal 36 17 189 0.81 0.91 0 0.26 246.63 0.83 0.4
Hex 24 11 BD 51 5B 0 1A F7 53 28
Octal 44 21 275 121 133 0 32 367 123 50
Binary 100100 10001 10111101 1010001 1011011 0 11010 11110111 1010011 101000

Color Harmonies of #2411BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2411BD

Black with #2411BD

Text Example


Text Example

White with #2411BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2411BD; }

 p { color: rgb(36,17,189); }

 H1.HeaderClassName
 {
   color: #2411BD;
 }
 .AnyTagClassName
 {
   color: #2411BD;
 }
</style>

background-color css

<style>
 a { background-color: #2411BD; }

 a { background-color: rgb(36,17,189); }

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

border-color css

<style>
 span { border-color: #2411BD; }

 span { border-color: rgb(36,17,189); }

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