Html Css Color HEX #216DD6 Denim

📋 copy color: '#216DD6'

red 33 ◦ green 109 ◦ blue 214

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

Shades of Denim #216DD6

Tints of Denim #216DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 60.11%

R = 9.27%
G = 30.62%
B = 60.11%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#216DD6 (or 0x216DD6) is known color: Denim. HEX triplet: 21, 6D and D6. RGB value is (33,109,214). Sum of RGB (Red+Green+Blue) = 33+109+214=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #216DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DD6 is #DE9229. Grayscale: #616161. Windows color (decimal): -14586410 or 14052641. OLE color: 14052641.

HSL color Cylindrical-coordinate representation of color #216DD6: hue angle of 214.81º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216DD6 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 109 214 -
CMYK 0.85 0.49 0 0.16
HSL 214.81º 0.73% 0.48% -
HSV(B) 214.81º 0.85% 0.84% -
XYZ 18.23 16.12 65.77 -
YUV 98.25 193.32 81.46 -
System Red Green Blue C M Y K H S L
Decimal 33 109 214 0.85 0.49 0 0.16 214.81 0.73 0.48
Hex 21 6D D6 55 31 0 10 D7 49 30
Octal 41 155 326 125 61 0 20 327 111 60
Binary 100001 1101101 11010110 1010101 110001 0 10000 11010111 1001001 110000

Color Harmonies of #216DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216DD6

Black with #216DD6

Text Example


Text Example

White with #216DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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