Html Css Color HEX #241EE6 Blue

📋 copy color: '#241EE6'

red 36 ◦ green 30 ◦ blue 230

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

Shades of Blue #241EE6

Tints of Blue #241EE6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

 BLUE value IS 230 (90.23% from 255) = 77.7%

R = 12.16%
G = 10.14%
B = 77.7%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#241EE6 (or 0x241EE6) is known color: Blue. HEX triplet: 24, 1E and E6. RGB value is (36,30,230). Sum of RGB (Red+Green+Blue) = 36+30+230=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 230 (90.23% from 255 or 77.70% from 296); Max value from RGB is 230 - color contains mainly: blue. Hex color #241EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241EE6 is #DBE119. Grayscale: #353535. Windows color (decimal): -14410010 or 15080996. OLE color: 15080996.

HSL color Cylindrical-coordinate representation of color #241EE6: hue angle of 241.8º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241EE6 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 36 30 230 -
CMYK 0.84 0.87 0 0.10
HSL 241.8º 0.8% 0.51% -
HSV(B) 241.8º 0.87% 0.9% -
XYZ 15.47 7.02 75.4 -
YUV 54.59 226.99 114.74 -
System Red Green Blue C M Y K H S L
Decimal 36 30 230 0.84 0.87 0 0.10 241.8 0.8 0.51
Hex 24 1E E6 54 57 0 A F2 50 33
Octal 44 36 346 124 127 0 12 362 120 63
Binary 100100 11110 11100110 1010100 1010111 0 1010 11110010 1010000 110011

Color Harmonies of #241EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241EE6

Black with #241EE6

Text Example


Text Example

White with #241EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,30,230); }

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

background-color css

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

 a { background-color: rgb(36,30,230); }

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

border-color css

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

 span { border-color: rgb(36,30,230); }

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