Html Css Color HEX #217BD2 Denim

📋 copy color: '#217BD2'

red 33 ◦ green 123 ◦ blue 210

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

Shades of Denim #217BD2

Tints of Denim #217BD2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

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

R = 9.02%
G = 33.61%
B = 57.38%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#217BD2 (or 0x217BD2) is known color: Denim. HEX triplet: 21, 7B and D2. RGB value is (33,123,210). Sum of RGB (Red+Green+Blue) = 33+123+210=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 210 (82.42% from 255 or 57.38% from 366); Max value from RGB is 210 - color contains mainly: blue. Hex color #217BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BD2 is #DE842D. Grayscale: #696969. Windows color (decimal): -14582830 or 13794081. OLE color: 13794081.

HSL color Cylindrical-coordinate representation of color #217BD2: hue angle of 209.49º 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 #217BD2 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 123 210 -
CMYK 0.84 0.41 0 0.18
HSL 209.49º 0.73% 0.48% -
HSV(B) 209.49º 0.84% 0.82% -
XYZ 19.34 19.14 63.65 -
YUV 106.01 186.68 75.93 -
System Red Green Blue C M Y K H S L
Decimal 33 123 210 0.84 0.41 0 0.18 209.49 0.73 0.48
Hex 21 7B D2 54 29 0 12 D1 49 30
Octal 41 173 322 124 51 0 22 321 111 60
Binary 100001 1111011 11010010 1010100 101001 0 10010 11010001 1001001 110000

Color Harmonies of #217BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BD2

Black with #217BD2

Text Example


Text Example

White with #217BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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