Html Css Color HEX #241CF4 Blue

📋 copy color: '#241CF4'

red 36 ◦ green 28 ◦ blue 244

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

Shades of Blue #241CF4

Tints of Blue #241CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 79.22%

R = 11.69%
G = 9.09%
B = 79.22%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#241CF4 (or 0x241CF4) is known color: Blue. HEX triplet: 24, 1C and F4. RGB value is (36,28,244). Sum of RGB (Red+Green+Blue) = 36+28+244=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 244 (95.70% from 255 or 79.22% from 308); Max value from RGB is 244 - color contains mainly: blue. Hex color #241CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241CF4 is #DBE30B. Grayscale: #363636. Windows color (decimal): -14410508 or 15997988. OLE color: 15997988.

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

Color convert

RGB 36 28 244 -
CMYK 0.85 0.89 0 0.04
HSL 242.22º 0.91% 0.53% -
HSV(B) 242.22º 0.89% 0.96% -
XYZ 17.47 7.74 86.16 -
YUV 55.02 234.65 114.44 -
System Red Green Blue C M Y K H S L
Decimal 36 28 244 0.85 0.89 0 0.04 242.22 0.91 0.53
Hex 24 1C F4 55 59 0 4 F2 5B 35
Octal 44 34 364 125 131 0 4 362 133 65
Binary 100100 11100 11110100 1010101 1011001 0 100 11110010 1011011 110101

Color Harmonies of #241CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CF4

Black with #241CF4

Text Example


Text Example

White with #241CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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