#5099F8

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

Shades of Cornflower Blue #5099F8

Tints of Cornflower Blue #5099F8

Color information

#5099F8 (or 0x5099F8) is unknown color: approx Cornflower Blue. HEX triplet: 50, 99 and F8. RGB value is (80,153,248). Sum of RGB (Red+Green+Blue) = 80+153+248=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #5099F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5099F8 is #AF6607. Grayscale: #8D8D8D. Windows color (decimal): -11494920 or 16292176. OLE color: 16292176.

HSL color Cylindrical-coordinate representation of color #5099F8: hue angle of 213.93º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5099F8 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB80153248-
CMYK0.680.3800.03
HSL213.93º92.31%64.31%-
HSV(B)213.93º67.74%97.25%-
XYZ31.6431.2793.17-
YUV142187.8283.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.63%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 248 (97.27% from 255) = 51.56%
R=16.63%
G=31.81%
B=51.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal801532480.680.3800.03213.9392.3164.31
Hex5099F8442603d65c40
Octal1202313701044603326134100
Binary1010000100110011111100010001001001100111101011010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5099F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5099F8; }

 p { color: rgb(80,153,248); }

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

<style>
 a { background-color: #5099F8; }

 a { background-color: rgb(80,153,248); }

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

<style>
 span { border-color: #5099F8; }

 span { border-color: rgb(80,153,248); }

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