Html Css Color HEX #216ADB Denim

📋 copy color: '#216ADB'

red 33 ◦ green 106 ◦ blue 219

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

Shades of Denim #216ADB

Tints of Denim #216ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

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

R = 9.22%
G = 29.61%
B = 61.17%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#216ADB (or 0x216ADB) is known color: Denim. HEX triplet: 21, 6A and DB. RGB value is (33,106,219). Sum of RGB (Red+Green+Blue) = 33+106+219=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #216ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216ADB is #DE9524. Grayscale: #606060. Windows color (decimal): -14587173 or 14379553. OLE color: 14379553.

HSL color Cylindrical-coordinate representation of color #216ADB: hue angle of 216.45º 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 #216ADB is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 106 219 -
CMYK 0.85 0.52 0 0.14
HSL 216.45º 0.74% 0.49% -
HSV(B) 216.45º 0.85% 0.86% -
XYZ 18.57 15.75 69.08 -
YUV 97.06 196.82 82.31 -
System Red Green Blue C M Y K H S L
Decimal 33 106 219 0.85 0.52 0 0.14 216.45 0.74 0.49
Hex 21 6A DB 55 34 0 E D8 4A 31
Octal 41 152 333 125 64 0 16 330 112 61
Binary 100001 1101010 11011011 1010101 110100 0 1110 11011000 1001010 110001

Color Harmonies of #216ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216ADB

Black with #216ADB

Text Example


Text Example

White with #216ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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