#2124f4

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

Shades of Blue #2124F4

Tints of Blue #2124F4

Color information

#2124F4 (or 0x2124F4) is unknown color: approx Blue. HEX triplet: 21, 24 and F4. RGB value is (33,36,244). Sum of RGB (Red+Green+Blue) = 33+36+244=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 36 (14.45% from 255 or 11.50% 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 #2124F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2124F4 is #DEDB0B. Grayscale: #393939. Windows color (decimal): -14605068 or 16000033. OLE color: 16000033.

HSL color Cylindrical-coordinate representation of color #2124F4: hue angle of 239.15º 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 #2124F4 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3336244-
CMYK0.860.8500.04
HSL239.15º90.56%54.31%-
HSV(B)239.15º86.48%95.69%-
XYZ17.598.1286.23-
YUV58.82232.51109.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal33362440.860.8500.04239.1590.5654.31
Hex2124F4565504ef5b36
Octal41443641261250435713366
Binary10000110010011110100101011010101010100111011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2124f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2124f4; }

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

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

<style>
 a { background-color: #2124f4; }

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

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

<style>
 span { border-color: #2124f4; }

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

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