Html Css Color HEX #241CE0 Medium Blue

📋 copy color: '#241CE0'

red 36 ◦ green 28 ◦ blue 224

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

Shades of Medium Blue #241CE0

Tints of Medium Blue #241CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.72%

 BLUE value IS 224 (87.89% from 255) = 77.78%

R = 12.5%
G = 9.72%
B = 77.78%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#241CE0 (or 0x241CE0) is known color: Medium Blue. HEX triplet: 24, 1C and E0. RGB value is (36,28,224). Sum of RGB (Red+Green+Blue) = 36+28+224=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 224 (87.89% from 255 or 77.78% from 288); Max value from RGB is 224 - color contains mainly: blue. Hex color #241CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CE0 is #DBE31F. Grayscale: #333333. Windows color (decimal): -14410528 or 14687268. OLE color: 14687268.

HSL color Cylindrical-coordinate representation of color #241CE0: hue angle of 242.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241CE0 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 28 224 -
CMYK 0.84 0.88 0 0.12
HSL 242.45º 0.78% 0.49% -
HSV(B) 242.45º 0.88% 0.88% -
XYZ 14.6 6.59 71.02 -
YUV 52.74 224.65 116.06 -
System Red Green Blue C M Y K H S L
Decimal 36 28 224 0.84 0.88 0 0.12 242.45 0.78 0.49
Hex 24 1C E0 54 58 0 C F2 4E 31
Octal 44 34 340 124 130 0 14 362 116 61
Binary 100100 11100 11100000 1010100 1011000 0 1100 11110010 1001110 110001

Color Harmonies of #241CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CE0

Black with #241CE0

Text Example


Text Example

White with #241CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241CE0; }

 p { color: rgb(36,28,224); }

 H1.HeaderClassName
 {
   color: #241CE0;
 }
 .AnyTagClassName
 {
   color: #241CE0;
 }
</style>

background-color css

<style>
 a { background-color: #241CE0; }

 a { background-color: rgb(36,28,224); }

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

border-color css

<style>
 span { border-color: #241CE0; }

 span { border-color: rgb(36,28,224); }

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