Html Css Color HEX #217BCC Denim

📋 copy color: '#217BCC'

red 33 ◦ green 123 ◦ blue 204

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

Shades of Denim #217BCC

Tints of Denim #217BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.67%

R = 9.17%
G = 34.17%
B = 56.67%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#217BCC (or 0x217BCC) is known color: Denim. HEX triplet: 21, 7B and CC. RGB value is (33,123,204). Sum of RGB (Red+Green+Blue) = 33+123+204=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #217BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BCC is #DE8433. Grayscale: #686868. Windows color (decimal): -14582836 or 13400865. OLE color: 13400865.

HSL color Cylindrical-coordinate representation of color #217BCC: hue angle of 208.42º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217BCC is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 123 204 -
CMYK 0.84 0.40 0 0.2
HSL 208.42º 0.72% 0.46% -
HSV(B) 208.42º 0.84% 0.8% -
XYZ 18.61 18.85 59.78 -
YUV 105.32 183.68 76.41 -
System Red Green Blue C M Y K H S L
Decimal 33 123 204 0.84 0.40 0 0.2 208.42 0.72 0.46
Hex 21 7B CC 54 28 0 14 D0 48 2E
Octal 41 173 314 124 50 0 24 320 110 56
Binary 100001 1111011 11001100 1010100 101000 0 10100 11010000 1001000 101110

Color Harmonies of #217BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BCC

Black with #217BCC

Text Example


Text Example

White with #217BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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