Html Css Color HEX #216BCD Denim

📋 copy color: '#216BCD'

red 33 ◦ green 107 ◦ blue 205

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

Shades of Denim #216BCD

Tints of Denim #216BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 9.57%
G = 31.01%
B = 59.42%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#216BCD (or 0x216BCD) is known color: Denim. HEX triplet: 21, 6B and CD. RGB value is (33,107,205). Sum of RGB (Red+Green+Blue) = 33+107+205=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #216BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216BCD is #DE9432. Grayscale: #5F5F5F. Windows color (decimal): -14586931 or 13462305. OLE color: 13462305.

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

Color convert

RGB 33 107 205 -
CMYK 0.84 0.48 0 0.20
HSL 214.19º 0.72% 0.47% -
HSV(B) 214.19º 0.84% 0.8% -
XYZ 16.9 15.25 59.81 -
YUV 96.05 189.48 83.03 -
System Red Green Blue C M Y K H S L
Decimal 33 107 205 0.84 0.48 0 0.20 214.19 0.72 0.47
Hex 21 6B CD 54 30 0 14 D6 48 2F
Octal 41 153 315 124 60 0 24 326 110 57
Binary 100001 1101011 11001101 1010100 110000 0 10100 11010110 1001000 101111

Color Harmonies of #216BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216BCD

Black with #216BCD

Text Example


Text Example

White with #216BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,107,205); }

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

background-color css

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

 a { background-color: rgb(33,107,205); }

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

border-color css

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

 span { border-color: rgb(33,107,205); }

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