Html Css Color HEX #217EA7 Scooter

📋 copy color: '#217EA7'

red 33 ◦ green 126 ◦ blue 167

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

Shades of Scooter #217EA7

Tints of Scooter #217EA7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.65%

 BLUE value IS 167 (65.63% from 255) = 51.23%

R = 10.12%
G = 38.65%
B = 51.23%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#217EA7 (or 0x217EA7) is known color: Scooter. HEX triplet: 21, 7E and A7. RGB value is (33,126,167). Sum of RGB (Red+Green+Blue) = 33+126+167=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 167 (65.62% from 255 or 51.23% from 326); Max value from RGB is 167 - color contains mainly: blue. Hex color #217EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217EA7 is #DE8158. Grayscale: #666666. Windows color (decimal): -14582105 or 10976801. OLE color: 10976801.

HSL color Cylindrical-coordinate representation of color #217EA7: hue angle of 198.36º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #217EA7 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 126 167 -
CMYK 0.80 0.25 0 0.35
HSL 198.36º 0.67% 0.39% -
HSV(B) 198.36º 0.8% 0.65% -
XYZ 15.06 18.04 39.25 -
YUV 102.87 164.19 78.17 -
System Red Green Blue C M Y K H S L
Decimal 33 126 167 0.80 0.25 0 0.35 198.36 0.67 0.39
Hex 21 7E A7 50 19 0 23 C6 43 27
Octal 41 176 247 120 31 0 43 306 103 47
Binary 100001 1111110 10100111 1010000 11001 0 100011 11000110 1000011 100111

Color Harmonies of #217EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217EA7

Black with #217EA7

Text Example


Text Example

White with #217EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,126,167); }

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

background-color css

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

 a { background-color: rgb(33,126,167); }

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

border-color css

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

 span { border-color: rgb(33,126,167); }

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