Html Css Color HEX #217BC7 Denim

📋 copy color: '#217BC7'

red 33 ◦ green 123 ◦ blue 199

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

Shades of Denim #217BC7

Tints of Denim #217BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 56.06%

R = 9.3%
G = 34.65%
B = 56.06%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#217BC7 (or 0x217BC7) is known color: Denim. HEX triplet: 21, 7B and C7. RGB value is (33,123,199). Sum of RGB (Red+Green+Blue) = 33+123+199=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 199 (78.12% from 255 or 56.06% from 355); Max value from RGB is 199 - color contains mainly: blue. Hex color #217BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BC7 is #DE8438. Grayscale: #686868. Windows color (decimal): -14582841 or 13073185. OLE color: 13073185.

HSL color Cylindrical-coordinate representation of color #217BC7: hue angle of 207.47º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217BC7 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 123 199 -
CMYK 0.83 0.38 0 0.22
HSL 207.47º 0.72% 0.45% -
HSV(B) 207.47º 0.83% 0.78% -
XYZ 18.02 18.61 56.68 -
YUV 104.75 181.18 76.82 -
System Red Green Blue C M Y K H S L
Decimal 33 123 199 0.83 0.38 0 0.22 207.47 0.72 0.45
Hex 21 7B C7 53 26 0 16 CF 48 2D
Octal 41 173 307 123 46 0 26 317 110 55
Binary 100001 1111011 11000111 1010011 100110 0 10110 11001111 1001000 101101

Color Harmonies of #217BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BC7

Black with #217BC7

Text Example


Text Example

White with #217BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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