#217dce

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

Shades of Denim #217DCE

Tints of Denim #217DCE

Color information

#217DCE (or 0x217DCE) is unknown color: approx Denim. HEX triplet: 21, 7D and CE. RGB value is (33,125,206). Sum of RGB (Red+Green+Blue) = 33+125+206=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #217DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DCE is #DE8231. Grayscale: #6A6A6A. Windows color (decimal): -14582322 or 13532449. OLE color: 13532449.

HSL color Cylindrical-coordinate representation of color #217DCE: hue angle of 208.09º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217DCE is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB33125206-
CMYK0.840.3900.19
HSL208.09º72.38%46.86%-
HSV(B)208.09º83.98%80.78%-
XYZ19.119.4561.14-
YUV106.73184.0275.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.07%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 206 (80.86% from 255) = 56.59%
R=9.07%
G=34.34%
B=56.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal331252060.840.3900.19208.0972.3846.86
Hex217DCE5427013d0482f
Octal411753161244702332011057
Binary1000011111101110011101010100100111010011110100001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,125,206); }

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

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

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

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

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

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

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