Html Css Color HEX #217ACB Denim

📋 copy color: '#217ACB'

red 33 ◦ green 122 ◦ blue 203

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

Shades of Denim #217ACB

Tints of Denim #217ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.7%

R = 9.22%
G = 34.08%
B = 56.7%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#217ACB (or 0x217ACB) is known color: Denim. HEX triplet: 21, 7A and CB. RGB value is (33,122,203). Sum of RGB (Red+Green+Blue) = 33+122+203=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #217ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ACB is #DE8534. Grayscale: #686868. Windows color (decimal): -14583093 or 13335073. OLE color: 13335073.

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

Color convert

RGB 33 122 203 -
CMYK 0.84 0.40 0 0.20
HSL 208.59º 0.72% 0.46% -
HSV(B) 208.59º 0.84% 0.8% -
XYZ 18.37 18.55 59.11 -
YUV 104.62 183.51 76.91 -
System Red Green Blue C M Y K H S L
Decimal 33 122 203 0.84 0.40 0 0.20 208.59 0.72 0.46
Hex 21 7A CB 54 28 0 14 D1 48 2E
Octal 41 172 313 124 50 0 24 321 110 56
Binary 100001 1111010 11001011 1010100 101000 0 10100 11010001 1001000 101110

Color Harmonies of #217ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217ACB

Black with #217ACB

Text Example


Text Example

White with #217ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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