Html Css Color HEX #216DCD Denim

📋 copy color: '#216DCD'

red 33 ◦ green 109 ◦ blue 205

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

Shades of Denim #216DCD

Tints of Denim #216DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

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

R = 9.51%
G = 31.41%
B = 59.08%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#216DCD (or 0x216DCD) is known color: Denim. HEX triplet: 21, 6D and CD. RGB value is (33,109,205). Sum of RGB (Red+Green+Blue) = 33+109+205=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #216DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DCD is #DE9232. Grayscale: #606060. Windows color (decimal): -14586419 or 13462817. OLE color: 13462817.

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

Color convert

RGB 33 109 205 -
CMYK 0.84 0.47 0 0.20
HSL 213.49º 0.72% 0.47% -
HSV(B) 213.49º 0.84% 0.8% -
XYZ 17.12 15.67 59.88 -
YUV 97.22 188.82 82.19 -
System Red Green Blue C M Y K H S L
Decimal 33 109 205 0.84 0.47 0 0.20 213.49 0.72 0.47
Hex 21 6D CD 54 2F 0 14 D5 48 2F
Octal 41 155 315 124 57 0 24 325 110 57
Binary 100001 1101101 11001101 1010100 101111 0 10100 11010101 1001000 101111

Color Harmonies of #216DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216DCD

Black with #216DCD

Text Example


Text Example

White with #216DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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