Html Css Color HEX #217ED2 Denim

📋 copy color: '#217ED2'

red 33 ◦ green 126 ◦ blue 210

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

Shades of Denim #217ED2

Tints of Denim #217ED2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

 BLUE value IS 210 (82.42% from 255) = 56.91%

R = 8.94%
G = 34.15%
B = 56.91%

CMYK

 C value IS 0.84

 M value IS 0.4

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#217ED2 (or 0x217ED2) is known color: Denim. HEX triplet: 21, 7E and D2. RGB value is (33,126,210). Sum of RGB (Red+Green+Blue) = 33+126+210=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #217ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ED2 is #DE812D. Grayscale: #6B6B6B. Windows color (decimal): -14582062 or 13794849. OLE color: 13794849.

HSL color Cylindrical-coordinate representation of color #217ED2: hue angle of 208.47º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217ED2 is Cyan = 0.84, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 126 210 -
CMYK 0.84 0.4 0 0.18
HSL 208.47º 0.73% 0.48% -
HSV(B) 208.47º 0.84% 0.82% -
XYZ 19.72 19.9 63.77 -
YUV 107.77 185.69 74.67 -
System Red Green Blue C M Y K H S L
Decimal 33 126 210 0.84 0.4 0 0.18 208.47 0.73 0.48
Hex 21 7E D2 54 28 0 12 D0 49 30
Octal 41 176 322 124 50 0 22 320 111 60
Binary 100001 1111110 11010010 1010100 101000 0 10010 11010000 1001001 110000

Color Harmonies of #217ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217ED2

Black with #217ED2

Text Example


Text Example

White with #217ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217ED2; }

 p { color: rgb(33,126,210); }

 H1.HeaderClassName
 {
   color: #217ED2;
 }
 .AnyTagClassName
 {
   color: #217ED2;
 }
</style>

background-color css

<style>
 a { background-color: #217ED2; }

 a { background-color: rgb(33,126,210); }

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

border-color css

<style>
 span { border-color: #217ED2; }

 span { border-color: rgb(33,126,210); }

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