Html Css Color HEX #217AD9 Denim

📋 copy color: '#217AD9'

red 33 ◦ green 122 ◦ blue 217

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

Shades of Denim #217AD9

Tints of Denim #217AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

 BLUE value IS 217 (85.16% from 255) = 58.33%

R = 8.87%
G = 32.8%
B = 58.33%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#217AD9 (or 0x217AD9) is known color: Denim. HEX triplet: 21, 7A and D9. RGB value is (33,122,217). Sum of RGB (Red+Green+Blue) = 33+122+217=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 217 (85.16% from 255 or 58.33% from 372); Max value from RGB is 217 - color contains mainly: blue. Hex color #217AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217AD9 is #DE8526. Grayscale: #696969. Windows color (decimal): -14583079 or 14252577. OLE color: 14252577.

HSL color Cylindrical-coordinate representation of color #217AD9: hue angle of 210.98º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217AD9 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 122 217 -
CMYK 0.85 0.44 0 0.15
HSL 210.98º 0.74% 0.49% -
HSV(B) 210.98º 0.85% 0.85% -
XYZ 20.11 19.25 68.3 -
YUV 106.22 190.51 75.78 -
System Red Green Blue C M Y K H S L
Decimal 33 122 217 0.85 0.44 0 0.15 210.98 0.74 0.49
Hex 21 7A D9 55 2C 0 F D3 4A 31
Octal 41 172 331 125 54 0 17 323 112 61
Binary 100001 1111010 11011001 1010101 101100 0 1111 11010011 1001010 110001

Color Harmonies of #217AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217AD9

Black with #217AD9

Text Example


Text Example

White with #217AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,122,217); }

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

background-color css

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

 a { background-color: rgb(33,122,217); }

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

border-color css

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

 span { border-color: rgb(33,122,217); }

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