Html Css Color HEX #2411DF Medium Blue

📋 copy color: '#2411DF'

red 36 ◦ green 17 ◦ blue 223

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

Shades of Medium Blue #2411DF

Tints of Medium Blue #2411DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 80.8%

R = 13.04%
G = 6.16%
B = 80.8%

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

#2411DF (or 0x2411DF) is known color: Medium Blue. HEX triplet: 24, 11 and DF. RGB value is (36,17,223). Sum of RGB (Red+Green+Blue) = 36+17+223=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #2411DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2411DF is #DBEE20. Grayscale: #2D2D2D. Windows color (decimal): -14413345 or 14618916. OLE color: 14618916.

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

Color convert

RGB 36 17 223 -
CMYK 0.84 0.92 0 0.13
HSL 245.53º 0.86% 0.47% -
HSV(B) 245.53º 0.92% 0.87% -
XYZ 14.25 6.1 70.24 -
YUV 46.17 227.79 120.75 -
System Red Green Blue C M Y K H S L
Decimal 36 17 223 0.84 0.92 0 0.13 245.53 0.86 0.47
Hex 24 11 DF 54 5C 0 D F6 56 2F
Octal 44 21 337 124 134 0 15 366 126 57
Binary 100100 10001 11011111 1010100 1011100 0 1101 11110110 1010110 101111

Color Harmonies of #2411DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2411DF

Black with #2411DF

Text Example


Text Example

White with #2411DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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