Html Css Color HEX #217ABF Denim

📋 copy color: '#217ABF'

red 33 ◦ green 122 ◦ blue 191

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

Shades of Denim #217ABF

Tints of Denim #217ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.2%

R = 9.54%
G = 35.26%
B = 55.2%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#217ABF (or 0x217ABF) is known color: Denim. HEX triplet: 21, 7A and BF. RGB value is (33,122,191). Sum of RGB (Red+Green+Blue) = 33+122+191=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #217ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ABF is #DE8540. Grayscale: #666666. Windows color (decimal): -14583105 or 12548641. OLE color: 12548641.

HSL color Cylindrical-coordinate representation of color #217ABF: hue angle of 206.2º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217ABF is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 122 191 -
CMYK 0.83 0.36 0 0.25
HSL 206.2º 0.71% 0.44% -
HSV(B) 206.2º 0.83% 0.75% -
XYZ 16.99 18 51.87 -
YUV 103.26 177.51 77.89 -
System Red Green Blue C M Y K H S L
Decimal 33 122 191 0.83 0.36 0 0.25 206.2 0.71 0.44
Hex 21 7A BF 53 24 0 19 CE 47 2C
Octal 41 172 277 123 44 0 31 316 107 54
Binary 100001 1111010 10111111 1010011 100100 0 11001 11001110 1000111 101100

Color Harmonies of #217ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217ABF

Black with #217ABF

Text Example


Text Example

White with #217ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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