#7198EB

Color #7198EB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7198EB

Tints of Cornflower Blue #7198EB

Color information

#7198EB (or 0x7198EB) is unknown color: approx Cornflower Blue. HEX triplet: 71, 98 and EB. RGB value is (113,152,235). Sum of RGB (Red+Green+Blue) = 113+152+235=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #7198EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7198EB is #8E6714. Grayscale: #959595. Windows color (decimal): -9332501 or 15439985. OLE color: 15439985.

HSL color Cylindrical-coordinate representation of color #7198EB: hue angle of 220.82º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7198EB is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113152235-
CMYK0.520.3500.08
HSL220.82º75.31%68.24%-
HSV(B)220.82º51.91%92.16%-
XYZ33.0331.9783.03-
YUV149.8176.08101.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.6%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 235 (92.19% from 255) = 47%
R=22.6%
G=30.4%
B=47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131522350.520.3500.08220.8275.3168.24
Hex7198EB342308dd4b44
Octal1612303536443010335113104
Binary11100011001100011101011110100100011010001101110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7198EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7198EB; }

 p { color: rgb(113,152,235); }

 H1.HeaderClassName
 {
   color: #7198EB;
 }
 .AnyTagClassName
 {
   color: #7198EB;
 }
</style>
background-color css

<style>
 a { background-color: #7198EB; }

 a { background-color: rgb(113,152,235); }

 div.DivClassName
 {
   background-color: #7198EB;
 }
 .BgClassName
 {
   background-color: #7198EB;
 }
</style>
border-color css

<style>
 span { border-color: #7198EB; }

 span { border-color: rgb(113,152,235); }

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