Html Css Color HEX #241FEE Blue

📋 copy color: '#241FEE'

red 36 ◦ green 31 ◦ blue 238

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

Shades of Blue #241FEE

Tints of Blue #241FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.16%

 BLUE value IS 238 (93.36% from 255) = 78.03%

R = 11.8%
G = 10.16%
B = 78.03%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#241FEE (or 0x241FEE) is known color: Blue. HEX triplet: 24, 1F and EE. RGB value is (36,31,238). Sum of RGB (Red+Green+Blue) = 36+31+238=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #241FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241FEE is #DBE011. Grayscale: #373737. Windows color (decimal): -14409746 or 15605540. OLE color: 15605540.

HSL color Cylindrical-coordinate representation of color #241FEE: hue angle of 241.45º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241FEE is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 31 238 -
CMYK 0.85 0.87 0 0.07
HSL 241.45º 0.86% 0.53% -
HSV(B) 241.45º 0.87% 0.93% -
XYZ 16.65 7.53 81.46 -
YUV 56.09 230.66 113.67 -
System Red Green Blue C M Y K H S L
Decimal 36 31 238 0.85 0.87 0 0.07 241.45 0.86 0.53
Hex 24 1F EE 55 57 0 7 F1 56 35
Octal 44 37 356 125 127 0 7 361 126 65
Binary 100100 11111 11101110 1010101 1010111 0 111 11110001 1010110 110101

Color Harmonies of #241FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FEE

Black with #241FEE

Text Example


Text Example

White with #241FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,31,238); }

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

background-color css

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

 a { background-color: rgb(36,31,238); }

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

border-color css

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

 span { border-color: rgb(36,31,238); }

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