#7198FD

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

Shades of Cornflower Blue #7198FD

Tints of Cornflower Blue #7198FD

Color information

#7198FD (or 0x7198FD) is unknown color: approx Cornflower Blue. HEX triplet: 71, 98 and FD. RGB value is (113,152,253). Sum of RGB (Red+Green+Blue) = 113+152+253=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #7198FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7198FD is #8E6702. Grayscale: #979797. Windows color (decimal): -9332483 or 16619633. OLE color: 16619633.

HSL color Cylindrical-coordinate representation of color #7198FD: hue angle of 223.29º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7198FD is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB113152253-
CMYK0.550.4000.01
HSL223.29º97.22%71.76%-
HSV(B)223.29º55.34%99.22%-
XYZ35.7733.0697.42-
YUV151.85185.08100.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.81%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 253 (99.22% from 255) = 48.84%
R=21.81%
G=29.34%
B=48.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1131522530.550.4000.01223.2997.2271.76
Hex7198FD372801df6148
Octal161230375675001337141110
Binary11100011001100011111101110111101000011101111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7198FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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