#7299FC

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

Shades of Cornflower Blue #7299FC

Tints of Cornflower Blue #7299FC

Color information

#7299FC (or 0x7299FC) is unknown color: approx Cornflower Blue. HEX triplet: 72, 99 and FC. RGB value is (114,153,252). Sum of RGB (Red+Green+Blue) = 114+153+252=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #7299FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7299FC is #8D6603. Grayscale: #989898. Windows color (decimal): -9266692 or 16554354. OLE color: 16554354.

HSL color Cylindrical-coordinate representation of color #7299FC: hue angle of 223.04º degrees, saturation: 0.96, 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 #7299FC is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB114153252-
CMYK0.550.3900.01
HSL223.04º95.83%71.76%-
HSV(B)223.04º54.76%98.82%-
XYZ35.933.3996.65-
YUV152.62184.08100.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.97%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 252 (98.83% from 255) = 48.55%
R=21.97%
G=29.48%
B=48.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1141532520.550.3900.01223.0495.8371.76
Hex7299FC372701df6048
Octal162231374674701337140110
Binary11100101001100111111100110111100111011101111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7299FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7299FC; }

 p { color: rgb(114,153,252); }

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

<style>
 a { background-color: #7299FC; }

 a { background-color: rgb(114,153,252); }

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

<style>
 span { border-color: #7299FC; }

 span { border-color: rgb(114,153,252); }

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