#2121FF

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

Shades of Blue #2121FF

Tints of Blue #2121FF

Color information

#2121FF (or 0x2121FF) is unknown color: approx Blue. HEX triplet: 21, 21 and FF. RGB value is (33,33,255). Sum of RGB (Red+Green+Blue) = 33+33+255=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #2121FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2121FF is #DEDE00. Grayscale: #393939. Windows color (decimal): -14605825 or 16720161. OLE color: 16720161.

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

Color convert

RGB3333255-
CMYK0.870.8700
HSL240º100%56.47%-
HSV(B)240º87.06%100%-
XYZ19.228.6395.26-
YUV58.31239109.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.28%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 255 (100% from 255) = 79.44%
R=10.28%
G=10.28%
B=79.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33332550.870.870024010056.47
Hex2121FF575700f06438
Octal41413771271270036014470
Binary100001100001111111111010111101011100111100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2121FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,33,255); }

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

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

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

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

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

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

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