Html Css Color HEX #2415F1 Blue

📋 copy color: '#2415F1'

red 36 ◦ green 21 ◦ blue 241

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

Shades of Blue #2415F1

Tints of Blue #2415F1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

 BLUE value IS 241 (94.53% from 255) = 80.87%

R = 12.08%
G = 7.05%
B = 80.87%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2415F1 (or 0x2415F1) is known color: Blue. HEX triplet: 24, 15 and F1. RGB value is (36,21,241). Sum of RGB (Red+Green+Blue) = 36+21+241=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 241 (94.53% from 255 or 80.87% from 298); Max value from RGB is 241 - color contains mainly: blue. Hex color #2415F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2415F1 is #DBEA0E. Grayscale: #313131. Windows color (decimal): -14412303 or 15799588. OLE color: 15799588.

HSL color Cylindrical-coordinate representation of color #2415F1: hue angle of 244.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2415F1 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 21 241 -
CMYK 0.85 0.91 0 0.05
HSL 244.09º 0.89% 0.51% -
HSV(B) 244.09º 0.91% 0.95% -
XYZ 16.87 7.26 83.73 -
YUV 50.57 235.47 117.61 -
System Red Green Blue C M Y K H S L
Decimal 36 21 241 0.85 0.91 0 0.05 244.09 0.89 0.51
Hex 24 15 F1 55 5B 0 5 F4 59 33
Octal 44 25 361 125 133 0 5 364 131 63
Binary 100100 10101 11110001 1010101 1011011 0 101 11110100 1011001 110011

Color Harmonies of #2415F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2415F1

Black with #2415F1

Text Example


Text Example

White with #2415F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2415F1; }

 p { color: rgb(36,21,241); }

 H1.HeaderClassName
 {
   color: #2415F1;
 }
 .AnyTagClassName
 {
   color: #2415F1;
 }
</style>

background-color css

<style>
 a { background-color: #2415F1; }

 a { background-color: rgb(36,21,241); }

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

border-color css

<style>
 span { border-color: #2415F1; }

 span { border-color: rgb(36,21,241); }

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