Html Css Color HEX #216DCB Denim

📋 copy color: '#216DCB'

red 33 ◦ green 109 ◦ blue 203

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

Shades of Denim #216DCB

Tints of Denim #216DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 9.57%
G = 31.59%
B = 58.84%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#216DCB (or 0x216DCB) is known color: Denim. HEX triplet: 21, 6D and CB. RGB value is (33,109,203). Sum of RGB (Red+Green+Blue) = 33+109+203=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #216DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DCB is #DE9234. Grayscale: #606060. Windows color (decimal): -14586421 or 13331745. OLE color: 13331745.

HSL color Cylindrical-coordinate representation of color #216DCB: hue angle of 213.18º 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 #216DCB is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 109 203 -
CMYK 0.84 0.46 0 0.20
HSL 213.18º 0.72% 0.46% -
HSV(B) 213.18º 0.84% 0.8% -
XYZ 16.88 15.57 58.62 -
YUV 96.99 187.82 82.36 -
System Red Green Blue C M Y K H S L
Decimal 33 109 203 0.84 0.46 0 0.20 213.18 0.72 0.46
Hex 21 6D CB 54 2E 0 14 D5 48 2E
Octal 41 155 313 124 56 0 24 325 110 56
Binary 100001 1101101 11001011 1010100 101110 0 10100 11010101 1001000 101110

Color Harmonies of #216DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216DCB

Black with #216DCB

Text Example


Text Example

White with #216DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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