Html Css Color HEX #241DF5 Blue

📋 copy color: '#241DF5'

red 36 ◦ green 29 ◦ blue 245

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

Shades of Blue #241DF5

Tints of Blue #241DF5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.35%

 BLUE value IS 245 (96.09% from 255) = 79.03%

R = 11.61%
G = 9.35%
B = 79.03%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#241DF5 (or 0x241DF5) is known color: Blue. HEX triplet: 24, 1D and F5. RGB value is (36,29,245). Sum of RGB (Red+Green+Blue) = 36+29+245=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 245 (96.09% from 255 or 79.03% from 310); Max value from RGB is 245 - color contains mainly: blue. Hex color #241DF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241DF5 is #DBE20A. Grayscale: #363636. Windows color (decimal): -14410251 or 16063780. OLE color: 16063780.

HSL color Cylindrical-coordinate representation of color #241DF5: hue angle of 241.94º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241DF5 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 36 29 245 -
CMYK 0.85 0.88 0 0.04
HSL 241.94º 0.92% 0.54% -
HSV(B) 241.94º 0.88% 0.96% -
XYZ 17.65 7.85 86.97 -
YUV 55.72 234.82 113.94 -
System Red Green Blue C M Y K H S L
Decimal 36 29 245 0.85 0.88 0 0.04 241.94 0.92 0.54
Hex 24 1D F5 55 58 0 4 F2 5C 36
Octal 44 35 365 125 130 0 4 362 134 66
Binary 100100 11101 11110101 1010101 1011000 0 100 11110010 1011100 110110

Color Harmonies of #241DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DF5

Black with #241DF5

Text Example


Text Example

White with #241DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,29,245); }

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

background-color css

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

 a { background-color: rgb(36,29,245); }

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

border-color css

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

 span { border-color: rgb(36,29,245); }

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