Html Css Color HEX #217BD0 Denim

📋 copy color: '#217BD0'

red 33 ◦ green 123 ◦ blue 208

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

Shades of Denim #217BD0

Tints of Denim #217BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 57.14%

R = 9.07%
G = 33.79%
B = 57.14%

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

#217BD0 (or 0x217BD0) is known color: Denim. HEX triplet: 21, 7B and D0. RGB value is (33,123,208). Sum of RGB (Red+Green+Blue) = 33+123+208=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 208 (81.64% from 255 or 57.14% from 364); Max value from RGB is 208 - color contains mainly: blue. Hex color #217BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BD0 is #DE842F. Grayscale: #696969. Windows color (decimal): -14582832 or 13663009. OLE color: 13663009.

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

Color convert

RGB 33 123 208 -
CMYK 0.84 0.41 0 0.18
HSL 209.14º 0.73% 0.47% -
HSV(B) 209.14º 0.84% 0.82% -
XYZ 19.1 19.04 62.34 -
YUV 105.78 185.68 76.09 -
System Red Green Blue C M Y K H S L
Decimal 33 123 208 0.84 0.41 0 0.18 209.14 0.73 0.47
Hex 21 7B D0 54 29 0 12 D1 49 2F
Octal 41 173 320 124 51 0 22 321 111 57
Binary 100001 1111011 11010000 1010100 101001 0 10010 11010001 1001001 101111

Color Harmonies of #217BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BD0

Black with #217BD0

Text Example


Text Example

White with #217BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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