Html Css Color HEX #216ED2 Denim

📋 copy color: '#216ED2'

red 33 ◦ green 110 ◦ blue 210

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

Shades of Denim #216ED2

Tints of Denim #216ED2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.16%

 BLUE value IS 210 (82.42% from 255) = 59.49%

R = 9.35%
G = 31.16%
B = 59.49%

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

#216ED2 (or 0x216ED2) is known color: Denim. HEX triplet: 21, 6E and D2. RGB value is (33,110,210). Sum of RGB (Red+Green+Blue) = 33+110+210=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 210 (82.42% from 255 or 59.49% from 353); Max value from RGB is 210 - color contains mainly: blue. Hex color #216ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216ED2 is #DE912D. Grayscale: #616161. Windows color (decimal): -14586158 or 13790753. OLE color: 13790753.

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

Color convert

RGB 33 110 210 -
CMYK 0.84 0.48 0 0.18
HSL 213.9º 0.73% 0.48% -
HSV(B) 213.9º 0.84% 0.82% -
XYZ 17.84 16.13 63.15 -
YUV 98.38 190.99 81.37 -
System Red Green Blue C M Y K H S L
Decimal 33 110 210 0.84 0.48 0 0.18 213.9 0.73 0.48
Hex 21 6E D2 54 30 0 12 D6 49 30
Octal 41 156 322 124 60 0 22 326 111 60
Binary 100001 1101110 11010010 1010100 110000 0 10010 11010110 1001001 110000

Color Harmonies of #216ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216ED2

Black with #216ED2

Text Example


Text Example

White with #216ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,110,210); }

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

background-color css

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

 a { background-color: rgb(33,110,210); }

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

border-color css

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

 span { border-color: rgb(33,110,210); }

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