Html Css Color HEX #217CCD Denim

📋 copy color: '#217CCD'

red 33 ◦ green 124 ◦ blue 205

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

Shades of Denim #217CCD

Tints of Denim #217CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

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

R = 9.12%
G = 34.25%
B = 56.63%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#217CCD (or 0x217CCD) is known color: Denim. HEX triplet: 21, 7C and CD. RGB value is (33,124,205). Sum of RGB (Red+Green+Blue) = 33+124+205=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #217CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CCD is #DE8332. Grayscale: #696969. Windows color (decimal): -14582579 or 13466657. OLE color: 13466657.

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

Color convert

RGB 33 124 205 -
CMYK 0.84 0.40 0 0.20
HSL 208.26º 0.72% 0.47% -
HSV(B) 208.26º 0.84% 0.8% -
XYZ 18.85 19.15 60.46 -
YUV 106.03 183.85 75.91 -
System Red Green Blue C M Y K H S L
Decimal 33 124 205 0.84 0.40 0 0.20 208.26 0.72 0.47
Hex 21 7C CD 54 28 0 14 D0 48 2F
Octal 41 174 315 124 50 0 24 320 110 57
Binary 100001 1111100 11001101 1010100 101000 0 10100 11010000 1001000 101111

Color Harmonies of #217CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CCD

Black with #217CCD

Text Example


Text Example

White with #217CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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