#2421F4

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

Shades of Blue #2421F4

Tints of Blue #2421F4

Color information

#2421F4 (or 0x2421F4) is unknown color: approx Blue. HEX triplet: 24, 21 and F4. RGB value is (36,33,244). Sum of RGB (Red+Green+Blue) = 36+33+244=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 244 (95.70% from 255 or 77.96% from 313); Max value from RGB is 244 - color contains mainly: blue. Hex color #2421F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2421F4 is #DBDE0B. Grayscale: #393939. Windows color (decimal): -14409228 or 15999268. OLE color: 15999268.

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

Color convert

RGB3633244-
CMYK0.850.8600.04
HSL240.85º90.56%54.31%-
HSV(B)240.85º86.48%95.69%-
XYZ17.67.9986.2-
YUV57.95232.99112.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.50%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 244 (95.70% from 255) = 77.96%
R=11.50%
G=10.54%
B=77.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal36332440.850.8600.04240.8590.5654.31
Hex2421F4555604f15b36
Octal44413641251260436113366
Binary10010010000111110100101010110101100100111100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2421F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2421F4; }

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

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

<style>
 a { background-color: #2421F4; }

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

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

<style>
 span { border-color: #2421F4; }

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

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