Html Css Color HEX #217DD5 Denim

📋 copy color: '#217DD5'

red 33 ◦ green 125 ◦ blue 213

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

Shades of Denim #217DD5

Tints of Denim #217DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.41%

R = 8.89%
G = 33.69%
B = 57.41%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#217DD5 (or 0x217DD5) is known color: Denim. HEX triplet: 21, 7D and D5. RGB value is (33,125,213). Sum of RGB (Red+Green+Blue) = 33+125+213=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #217DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DD5 is #DE822A. Grayscale: #6B6B6B. Windows color (decimal): -14582315 or 13991201. OLE color: 13991201.

HSL color Cylindrical-coordinate representation of color #217DD5: hue angle of 209.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217DD5 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 125 213 -
CMYK 0.85 0.41 0 0.16
HSL 209.33º 0.73% 0.48% -
HSV(B) 209.33º 0.85% 0.84% -
XYZ 19.97 19.79 65.72 -
YUV 107.52 187.52 74.84 -
System Red Green Blue C M Y K H S L
Decimal 33 125 213 0.85 0.41 0 0.16 209.33 0.73 0.48
Hex 21 7D D5 55 29 0 10 D1 49 30
Octal 41 175 325 125 51 0 20 321 111 60
Binary 100001 1111101 11010101 1010101 101001 0 10000 11010001 1001001 110000

Color Harmonies of #217DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DD5

Black with #217DD5

Text Example


Text Example

White with #217DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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