#2411FF

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

Shades of Blue #2411FF

Tints of Blue #2411FF

Color information

#2411FF (or 0x2411FF) is unknown color: approx Blue. HEX triplet: 24, 11 and FF. RGB value is (36,17,255). Sum of RGB (Red+Green+Blue) = 36+17+255=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 255 (100% from 255 or 82.79% from 308); Max value from RGB is 255 - color contains mainly: blue. Hex color #2411FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2411FF is #DBEE00. Grayscale: #303030. Windows color (decimal): -14413313 or 16716068. OLE color: 16716068.

HSL color Cylindrical-coordinate representation of color #2411FF: hue angle of 244.79º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2411FF is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3617255-
CMYK0.860.9300
HSL244.79º100%53.33%-
HSV(B)244.79º93.33%100%-
XYZ18.98895.15-
YUV49.81243.79118.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.69%
GREEN value IS 17 (7.03% from 255) = 5.52%
BLUE value IS 255 (100% from 255) = 82.79%
R=11.69%
G=5.52%
B=82.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal36172550.860.9300244.7910053.33
Hex2411FF565D00f56435
Octal44213771261350036514465
Binary10010010001111111111010110101110100111101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2411FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2411FF; }

 p { color: rgb(36,17,255); }

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

<style>
 a { background-color: #2411FF; }

 a { background-color: rgb(36,17,255); }

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

<style>
 span { border-color: #2411FF; }

 span { border-color: rgb(36,17,255); }

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