#7199FE

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

Shades of Cornflower Blue #7199FE

Tints of Cornflower Blue #7199FE

Color information

#7199FE (or 0x7199FE) is unknown color: approx Cornflower Blue. HEX triplet: 71, 99 and FE. RGB value is (113,153,254). Sum of RGB (Red+Green+Blue) = 113+153+254=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #7199FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7199FE is #8E6601. Grayscale: #989898. Windows color (decimal): -9332226 or 16685425. OLE color: 16685425.

HSL color Cylindrical-coordinate representation of color #7199FE: hue angle of 222.98º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7199FE is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB113153254-
CMYK0.560.4000.00
HSL222.98º98.6%71.96%-
HSV(B)222.98º55.51%99.61%-
XYZ36.0933.4598.32-
YUV152.55185.2599.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.73%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 254 (99.61% from 255) = 48.85%
R=21.73%
G=29.42%
B=48.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1131532540.560.4000.00222.9898.671.96
Hex7199FE382800df6348
Octal161231376705000337143110
Binary11100011001100111111110111000101000001101111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7199FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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