Html Css Color HEX #2418E5 Medium Blue

📋 copy color: '#2418E5'

red 36 ◦ green 24 ◦ blue 229

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

Shades of Medium Blue #2418E5

Tints of Medium Blue #2418E5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 229 (89.84% from 255) = 79.24%

R = 12.46%
G = 8.3%
B = 79.24%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2418E5 (or 0x2418E5) is known color: Medium Blue. HEX triplet: 24, 18 and E5. RGB value is (36,24,229). Sum of RGB (Red+Green+Blue) = 36+24+229=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 229 (89.84% from 255 or 79.24% from 289); Max value from RGB is 229 - color contains mainly: blue. Hex color #2418E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2418E5 is #DBE71A. Grayscale: #323232. Windows color (decimal): -14411547 or 15013924. OLE color: 15013924.

HSL color Cylindrical-coordinate representation of color #2418E5: hue angle of 243.51º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2418E5 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 36 24 229 -
CMYK 0.84 0.90 0 0.10
HSL 243.51º 0.81% 0.5% -
HSV(B) 243.51º 0.9% 0.9% -
XYZ 15.2 6.69 74.62 -
YUV 50.96 228.48 117.33 -
System Red Green Blue C M Y K H S L
Decimal 36 24 229 0.84 0.90 0 0.10 243.51 0.81 0.5
Hex 24 18 E5 54 5A 0 A F4 51 32
Octal 44 30 345 124 132 0 12 364 121 62
Binary 100100 11000 11100101 1010100 1011010 0 1010 11110100 1010001 110010

Color Harmonies of #2418E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2418E5

Black with #2418E5

Text Example


Text Example

White with #2418E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2418E5; }

 p { color: rgb(36,24,229); }

 H1.HeaderClassName
 {
   color: #2418E5;
 }
 .AnyTagClassName
 {
   color: #2418E5;
 }
</style>

background-color css

<style>
 a { background-color: #2418E5; }

 a { background-color: rgb(36,24,229); }

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

border-color css

<style>
 span { border-color: #2418E5; }

 span { border-color: rgb(36,24,229); }

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