Html Css Color HEX #216CBD Denim

📋 copy color: '#216CBD'

red 33 ◦ green 108 ◦ blue 189

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

Shades of Denim #216CBD

Tints of Denim #216CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

 BLUE value IS 189 (74.22% from 255) = 57.27%

R = 10%
G = 32.73%
B = 57.27%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#216CBD (or 0x216CBD) is known color: Denim. HEX triplet: 21, 6C and BD. RGB value is (33,108,189). Sum of RGB (Red+Green+Blue) = 33+108+189=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #216CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216CBD is #DE9342. Grayscale: #5E5E5E. Windows color (decimal): -14586691 or 12413985. OLE color: 12413985.

HSL color Cylindrical-coordinate representation of color #216CBD: hue angle of 211.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #216CBD is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 108 189 -
CMYK 0.83 0.43 0 0.26
HSL 211.15º 0.7% 0.44% -
HSV(B) 211.15º 0.83% 0.74% -
XYZ 15.18 14.72 50.19 -
YUV 94.81 181.15 83.91 -
System Red Green Blue C M Y K H S L
Decimal 33 108 189 0.83 0.43 0 0.26 211.15 0.7 0.44
Hex 21 6C BD 53 2B 0 1A D3 46 2C
Octal 41 154 275 123 53 0 32 323 106 54
Binary 100001 1101100 10111101 1010011 101011 0 11010 11010011 1000110 101100

Color Harmonies of #216CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216CBD

Black with #216CBD

Text Example


Text Example

White with #216CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,108,189); }

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

background-color css

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

 a { background-color: rgb(33,108,189); }

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

border-color css

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

 span { border-color: rgb(33,108,189); }

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