Html Css Color HEX #216DCE Denim

📋 copy color: '#216DCE'

red 33 ◦ green 109 ◦ blue 206

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

Shades of Denim #216DCE

Tints of Denim #216DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 9.48%
G = 31.32%
B = 59.2%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#216DCE (or 0x216DCE) is known color: Denim. HEX triplet: 21, 6D and CE. RGB value is (33,109,206). Sum of RGB (Red+Green+Blue) = 33+109+206=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #216DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DCE is #DE9231. Grayscale: #606060. Windows color (decimal): -14586418 or 13528353. OLE color: 13528353.

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

Color convert

RGB 33 109 206 -
CMYK 0.84 0.47 0 0.19
HSL 213.64º 0.72% 0.47% -
HSV(B) 213.64º 0.84% 0.81% -
XYZ 17.24 15.72 60.52 -
YUV 97.33 189.32 82.11 -
System Red Green Blue C M Y K H S L
Decimal 33 109 206 0.84 0.47 0 0.19 213.64 0.72 0.47
Hex 21 6D CE 54 2F 0 13 D6 48 2F
Octal 41 155 316 124 57 0 23 326 110 57
Binary 100001 1101101 11001110 1010100 101111 0 10011 11010110 1001000 101111

Color Harmonies of #216DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216DCE

Black with #216DCE

Text Example


Text Example

White with #216DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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