#7199F0

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

Shades of Cornflower Blue #7199F0

Tints of Cornflower Blue #7199F0

Color information

#7199F0 (or 0x7199F0) is unknown color: approx Cornflower Blue. HEX triplet: 71, 99 and F0. RGB value is (113,153,240). Sum of RGB (Red+Green+Blue) = 113+153+240=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #7199F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7199F0 is #8E660F. Grayscale: #969696. Windows color (decimal): -9332240 or 15767921. OLE color: 15767921.

HSL color Cylindrical-coordinate representation of color #7199F0: hue angle of 221.1º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7199F0 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB113153240-
CMYK0.530.3600.06
HSL221.1º80.89%69.22%-
HSV(B)221.1º52.92%94.12%-
XYZ33.9332.5886.94-
YUV150.96178.25100.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.33%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 240 (94.14% from 255) = 47.43%
R=22.33%
G=30.24%
B=47.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1131532400.530.3600.06221.180.8969.22
Hex7199F0352406dd5145
Octal161231360654406335121105
Binary1110001100110011111000011010110010001101101110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7199F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7199F0; }

 p { color: rgb(113,153,240); }

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

<style>
 a { background-color: #7199F0; }

 a { background-color: rgb(113,153,240); }

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

<style>
 span { border-color: #7199F0; }

 span { border-color: rgb(113,153,240); }

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