Html Css Color HEX #217DCD Denim

📋 copy color: '#217DCD'

red 33 ◦ green 125 ◦ blue 205

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

Shades of Denim #217DCD

Tints of Denim #217DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 9.09%
G = 34.44%
B = 56.47%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#217DCD (or 0x217DCD) is known color: Denim. HEX triplet: 21, 7D and CD. RGB value is (33,125,205). Sum of RGB (Red+Green+Blue) = 33+125+205=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #217DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DCD is #DE8232. Grayscale: #6A6A6A. Windows color (decimal): -14582323 or 13466913. OLE color: 13466913.

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

Color convert

RGB 33 125 205 -
CMYK 0.84 0.39 0 0.20
HSL 207.91º 0.72% 0.47% -
HSV(B) 207.91º 0.84% 0.8% -
XYZ 18.98 19.4 60.5 -
YUV 106.61 183.52 75.5 -
System Red Green Blue C M Y K H S L
Decimal 33 125 205 0.84 0.39 0 0.20 207.91 0.72 0.47
Hex 21 7D CD 54 27 0 14 D0 48 2F
Octal 41 175 315 124 47 0 24 320 110 57
Binary 100001 1111101 11001101 1010100 100111 0 10100 11010000 1001000 101111

Color Harmonies of #217DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DCD

Black with #217DCD

Text Example


Text Example

White with #217DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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