Html Css Color HEX #7498CD Polo Blue

📋 copy color: '#7498CD'

red 116 ◦ green 152 ◦ blue 205

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

Shades of Polo Blue #7498CD

Tints of Polo Blue #7498CD

RGB

 RED value IS 116 (45.7% from 255) = 24.52%

 GREEN value IS 152 (59.77% from 255) = 32.14%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 24.52%
G = 32.14%
B = 43.34%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7498CD (or 0x7498CD) is known color: Polo Blue. HEX triplet: 74, 98 and CD. RGB value is (116,152,205). Sum of RGB (Red+Green+Blue) = 116+152+205=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #7498CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498CD is #8B6732. Grayscale: #939393. Windows color (decimal): -9135923 or 13473908. OLE color: 13473908.

HSL color Cylindrical-coordinate representation of color #7498CD: hue angle of 215.73º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7498CD is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 152 205 -
CMYK 0.43 0.26 0 0.20
HSL 215.73º 0.47% 0.63% -
HSV(B) 215.73º 0.43% 0.8% -
XYZ 29.45 30.58 62.11 -
YUV 147.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 116 152 205 0.43 0.26 0 0.20 215.73 0.47 0.63
Hex 74 98 CD 2B 1A 0 14 D8 2F 3F
Octal 164 230 315 53 32 0 24 330 57 77
Binary 1110100 10011000 11001101 101011 11010 0 10100 11011000 101111 111111

Color Harmonies of #7498CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7498CD

Black with #7498CD

Text Example


Text Example

White with #7498CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7498CD; }

 p { color: rgb(116,152,205); }

 H1.HeaderClassName
 {
   color: #7498CD;
 }
 .AnyTagClassName
 {
   color: #7498CD;
 }
</style>

background-color css

<style>
 a { background-color: #7498CD; }

 a { background-color: rgb(116,152,205); }

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

border-color css

<style>
 span { border-color: #7498CD; }

 span { border-color: rgb(116,152,205); }

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