Html Css Color HEX #216DDB Denim

📋 copy color: '#216DDB'

red 33 ◦ green 109 ◦ blue 219

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

Shades of Denim #216DDB

Tints of Denim #216DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.66%

R = 9.14%
G = 30.19%
B = 60.66%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#216DDB (or 0x216DDB) is known color: Denim. HEX triplet: 21, 6D and DB. RGB value is (33,109,219). Sum of RGB (Red+Green+Blue) = 33+109+219=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #216DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DDB is #DE9224. Grayscale: #626262. Windows color (decimal): -14586405 or 14380321. OLE color: 14380321.

HSL color Cylindrical-coordinate representation of color #216DDB: hue angle of 215.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216DDB is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 109 219 -
CMYK 0.85 0.50 0 0.14
HSL 215.48º 0.74% 0.49% -
HSV(B) 215.48º 0.85% 0.86% -
XYZ 18.88 16.38 69.18 -
YUV 98.82 195.82 81.06 -
System Red Green Blue C M Y K H S L
Decimal 33 109 219 0.85 0.50 0 0.14 215.48 0.74 0.49
Hex 21 6D DB 55 32 0 E D7 4A 31
Octal 41 155 333 125 62 0 16 327 112 61
Binary 100001 1101101 11011011 1010101 110010 0 1110 11010111 1001010 110001

Color Harmonies of #216DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216DDB

Black with #216DDB

Text Example


Text Example

White with #216DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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