Html Css Color HEX #216ACC Denim

📋 copy color: '#216ACC'

red 33 ◦ green 106 ◦ blue 204

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

Shades of Denim #216ACC

Tints of Denim #216ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.48%

R = 9.62%
G = 30.9%
B = 59.48%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#216ACC (or 0x216ACC) is known color: Denim. HEX triplet: 21, 6A and CC. RGB value is (33,106,204). Sum of RGB (Red+Green+Blue) = 33+106+204=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #216ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216ACC is #DE9533. Grayscale: #5E5E5E. Windows color (decimal): -14587188 or 13396513. OLE color: 13396513.

HSL color Cylindrical-coordinate representation of color #216ACC: hue angle of 214.39º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #216ACC is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 106 204 -
CMYK 0.84 0.48 0 0.2
HSL 214.39º 0.72% 0.46% -
HSV(B) 214.39º 0.84% 0.8% -
XYZ 16.68 14.99 59.14 -
YUV 95.35 189.32 83.53 -
System Red Green Blue C M Y K H S L
Decimal 33 106 204 0.84 0.48 0 0.2 214.39 0.72 0.46
Hex 21 6A CC 54 30 0 14 D6 48 2E
Octal 41 152 314 124 60 0 24 326 110 56
Binary 100001 1101010 11001100 1010100 110000 0 10100 11010110 1001000 101110

Color Harmonies of #216ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216ACC

Black with #216ACC

Text Example


Text Example

White with #216ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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