Html Css Color HEX #216EBC Denim

📋 copy color: '#216EBC'

red 33 ◦ green 110 ◦ blue 188

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

Shades of Denim #216EBC

Tints of Denim #216EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 9.97%
G = 33.23%
B = 56.8%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#216EBC (or 0x216EBC) is known color: Denim. HEX triplet: 21, 6E and BC. RGB value is (33,110,188). Sum of RGB (Red+Green+Blue) = 33+110+188=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #216EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216EBC is #DE9143. Grayscale: #5F5F5F. Windows color (decimal): -14586180 or 12348961. OLE color: 12348961.

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

Color convert

RGB 33 110 188 -
CMYK 0.82 0.41 0 0.26
HSL 210.19º 0.7% 0.43% -
HSV(B) 210.19º 0.82% 0.74% -
XYZ 15.28 15.11 49.69 -
YUV 95.87 179.99 83.16 -
System Red Green Blue C M Y K H S L
Decimal 33 110 188 0.82 0.41 0 0.26 210.19 0.7 0.43
Hex 21 6E BC 52 29 0 1A D2 46 2B
Octal 41 156 274 122 51 0 32 322 106 53
Binary 100001 1101110 10111100 1010010 101001 0 11010 11010010 1000110 101011

Color Harmonies of #216EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216EBC

Black with #216EBC

Text Example


Text Example

White with #216EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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