Html Css Color HEX #241FEA Blue

📋 copy color: '#241FEA'

red 36 ◦ green 31 ◦ blue 234

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

Shades of Blue #241FEA

Tints of Blue #241FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.74%

R = 11.96%
G = 10.3%
B = 77.74%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#241FEA (or 0x241FEA) is known color: Blue. HEX triplet: 24, 1F and EA. RGB value is (36,31,234). Sum of RGB (Red+Green+Blue) = 36+31+234=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #241FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241FEA is #DBE015. Grayscale: #363636. Windows color (decimal): -14409750 or 15343396. OLE color: 15343396.

HSL color Cylindrical-coordinate representation of color #241FEA: hue angle of 241.48º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241FEA is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 31 234 -
CMYK 0.85 0.87 0 0.08
HSL 241.48º 0.83% 0.52% -
HSV(B) 241.48º 0.87% 0.92% -
XYZ 16.07 7.3 78.4 -
YUV 55.64 228.66 113.99 -
System Red Green Blue C M Y K H S L
Decimal 36 31 234 0.85 0.87 0 0.08 241.48 0.83 0.52
Hex 24 1F EA 55 57 0 8 F1 53 34
Octal 44 37 352 125 127 0 10 361 123 64
Binary 100100 11111 11101010 1010101 1010111 0 1000 11110001 1010011 110100

Color Harmonies of #241FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FEA

Black with #241FEA

Text Example


Text Example

White with #241FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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