#2410F1

Color #2410F1 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #2410F1

Tints of Blue #2410F1

Color information

#2410F1 (or 0x2410F1) is unknown color: approx Blue. HEX triplet: 24, 10 and F1. RGB value is (36,16,241). Sum of RGB (Red+Green+Blue) = 36+16+241=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 241 (94.53% from 255 or 82.25% from 293); Max value from RGB is 241 - color contains mainly: blue. Hex color #2410F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2410F1 is #DBEF0E. Grayscale: #2E2E2E. Windows color (decimal): -14413583 or 15798308. OLE color: 15798308.

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

Color convert

RGB3616241-
CMYK0.850.9300.05
HSL245.33º88.93%50.39%-
HSV(B)245.33º93.36%94.51%-
XYZ16.797.183.7-
YUV47.63237.13119.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.29%
GREEN value IS 16 (6.64% from 255) = 5.46%
BLUE value IS 241 (94.53% from 255) = 82.25%
R=12.29%
G=5.46%
B=82.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal36162410.850.9300.05245.3388.9350.39
Hex2410F1555D05f55932
Octal44203611251350536513162
Binary1001001000011110001101010110111010101111101011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2410F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2410F1;
 }
 .AnyTagClassName
 {
   color: #2410F1;
 }
</style>
background-color css

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

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

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

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

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

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