#217AD1

Color #217AD1 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #217AD1

Tints of Denim #217AD1

Color information

#217AD1 (or 0x217AD1) is unknown color: approx Denim. HEX triplet: 21, 7A and D1. RGB value is (33,122,209). Sum of RGB (Red+Green+Blue) = 33+122+209=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 209 (82.03% from 255 or 57.42% from 364); Max value from RGB is 209 - color contains mainly: blue. Hex color #217AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217AD1 is #DE852E. Grayscale: #686868. Windows color (decimal): -14583087 or 13728289. OLE color: 13728289.

HSL color Cylindrical-coordinate representation of color #217AD1: hue angle of 209.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217AD1 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB33122209-
CMYK0.840.4200.18
HSL209.66º72.73%47.45%-
HSV(B)209.66º84.21%81.96%-
XYZ19.118.8562.95-
YUV105.31186.5176.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.07%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 209 (82.03% from 255) = 57.42%
R=9.07%
G=33.52%
B=57.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal331222090.840.4200.18209.6672.7347.45
Hex217AD1542A012d2492f
Octal411723211245202232211157
Binary1000011111010110100011010100101010010010110100101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217AD1; }

 p { color: rgb(33,122,209); }

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

<style>
 a { background-color: #217AD1; }

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

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

<style>
 span { border-color: #217AD1; }

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

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