Html Css Color HEX #217AD6 Denim

📋 copy color: '#217AD6'

red 33 ◦ green 122 ◦ blue 214

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

Shades of Denim #217AD6

Tints of Denim #217AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.99%

R = 8.94%
G = 33.06%
B = 57.99%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#217AD6 (or 0x217AD6) is known color: Denim. HEX triplet: 21, 7A and D6. RGB value is (33,122,214). Sum of RGB (Red+Green+Blue) = 33+122+214=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 214 (83.98% from 255 or 57.99% from 369); Max value from RGB is 214 - color contains mainly: blue. Hex color #217AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217AD6 is #DE8529. Grayscale: #696969. Windows color (decimal): -14583082 or 14055969. OLE color: 14055969.

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

Color convert

RGB 33 122 214 -
CMYK 0.85 0.43 0 0.16
HSL 210.5º 0.73% 0.48% -
HSV(B) 210.5º 0.85% 0.84% -
XYZ 19.72 19.1 66.26 -
YUV 105.88 189.01 76.02 -
System Red Green Blue C M Y K H S L
Decimal 33 122 214 0.85 0.43 0 0.16 210.5 0.73 0.48
Hex 21 7A D6 55 2B 0 10 D2 49 30
Octal 41 172 326 125 53 0 20 322 111 60
Binary 100001 1111010 11010110 1010101 101011 0 10000 11010010 1001001 110000

Color Harmonies of #217AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217AD6

Black with #217AD6

Text Example


Text Example

White with #217AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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