Html Css Color HEX #217DD0 Denim

📋 copy color: '#217DD0'

red 33 ◦ green 125 ◦ blue 208

#217DD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #217DD0

Tints of Denim #217DD0

RGB

 RED value IS 33 (13.28% from 255) = 9.02%

 GREEN value IS 125 (49.22% from 255) = 34.15%

 BLUE value IS 208 (81.64% from 255) = 56.83%

R = 9.02%
G = 34.15%
B = 56.83%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#217DD0 (or 0x217DD0) is known color: Denim. HEX triplet: 21, 7D and D0. RGB value is (33,125,208). Sum of RGB (Red+Green+Blue) = 33+125+208=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 208 (81.64% from 255 or 56.83% from 366); Max value from RGB is 208 - color contains mainly: blue. Hex color #217DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DD0 is #DE822F. Grayscale: #6A6A6A. Windows color (decimal): -14582320 or 13663521. OLE color: 13663521.

HSL color Cylindrical-coordinate representation of color #217DD0: hue angle of 208.46º 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 #217DD0 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 125 208 -
CMYK 0.84 0.40 0 0.18
HSL 208.46º 0.73% 0.47% -
HSV(B) 208.46º 0.84% 0.82% -
XYZ 19.35 19.54 62.43 -
YUV 106.95 185.02 75.25 -
System Red Green Blue C M Y K H S L
Decimal 33 125 208 0.84 0.40 0 0.18 208.46 0.73 0.47
Hex 21 7D D0 54 28 0 12 D0 49 2F
Octal 41 175 320 124 50 0 22 320 111 57
Binary 100001 1111101 11010000 1010100 101000 0 10010 11010000 1001001 101111

Color Harmonies of #217DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DD0

Black with #217DD0

Text Example


Text Example

White with #217DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #217DD0;
 }
 .AnyTagClassName
 {
   color: #217DD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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