Html Css Color HEX #216DD0 Denim

📋 copy color: '#216DD0'

red 33 ◦ green 109 ◦ blue 208

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

Shades of Denim #216DD0

Tints of Denim #216DD0

RGB

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

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

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

R = 9.43%
G = 31.14%
B = 59.43%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#216DD0 (or 0x216DD0) is known color: Denim. HEX triplet: 21, 6D and D0. RGB value is (33,109,208). Sum of RGB (Red+Green+Blue) = 33+109+208=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #216DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DD0 is #DE922F. Grayscale: #616161. Windows color (decimal): -14586416 or 13659425. OLE color: 13659425.

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

Color convert

RGB 33 109 208 -
CMYK 0.84 0.48 0 0.18
HSL 213.94º 0.73% 0.47% -
HSV(B) 213.94º 0.84% 0.82% -
XYZ 17.48 15.81 61.81 -
YUV 97.56 190.32 81.95 -
System Red Green Blue C M Y K H S L
Decimal 33 109 208 0.84 0.48 0 0.18 213.94 0.73 0.47
Hex 21 6D D0 54 30 0 12 D6 49 2F
Octal 41 155 320 124 60 0 22 326 111 57
Binary 100001 1101101 11010000 1010100 110000 0 10010 11010110 1001001 101111

Color Harmonies of #216DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216DD0

Black with #216DD0

Text Example


Text Example

White with #216DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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