#2117F7

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

Shades of Blue #2117F7

Tints of Blue #2117F7

Color information

#2117F7 (or 0x2117F7) is unknown color: approx Blue. HEX triplet: 21, 17 and F7. RGB value is (33,23,247). Sum of RGB (Red+Green+Blue) = 33+23+247=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 247 (96.88% from 255 or 81.52% from 303); Max value from RGB is 247 - color contains mainly: blue. Hex color #2117F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2117F7 is #DEE808. Grayscale: #323232. Windows color (decimal): -14608393 or 16193313. OLE color: 16193313.

HSL color Cylindrical-coordinate representation of color #2117F7: hue angle of 242.68º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2117F7 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3323247-
CMYK0.870.9100.03
HSL242.68º93.33%52.94%-
HSV(B)242.68º90.69%96.86%-
XYZ17.727.6588.54-
YUV51.53238.31114.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.89%
GREEN value IS 23 (9.38% from 255) = 7.59%
BLUE value IS 247 (96.88% from 255) = 81.52%
R=10.89%
G=7.59%
B=81.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal33232470.870.9100.03242.6893.3352.94
Hex2117F7575B03f35d35
Octal41273671271330336313565
Binary100001101111111011110101111011011011111100111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2117F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2117F7; }

 p { color: rgb(33,23,247); }

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

<style>
 a { background-color: #2117F7; }

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

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

<style>
 span { border-color: #2117F7; }

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

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