#5499F3

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

Shades of Cornflower Blue #5499F3

Tints of Cornflower Blue #5499F3

Color information

#5499F3 (or 0x5499F3) is unknown color: approx Cornflower Blue. HEX triplet: 54, 99 and F3. RGB value is (84,153,243). Sum of RGB (Red+Green+Blue) = 84+153+243=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #5499F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5499F3 is #AB660C. Grayscale: #8E8E8E. Windows color (decimal): -11232781 or 15964500. OLE color: 15964500.

HSL color Cylindrical-coordinate representation of color #5499F3: hue angle of 213.96º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5499F3 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84153243-
CMYK0.650.3700.05
HSL213.96º86.89%64.12%-
HSV(B)213.96º65.43%95.29%-
XYZ31.2331.1489.16-
YUV142.63184.6486.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.5%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 243 (95.31% from 255) = 50.62%
R=17.5%
G=31.88%
B=50.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841532430.650.3700.05213.9686.8964.12
Hex5499F3412505d65740
Octal1242313631014505326127100
Binary10101001001100111110011100000110010101011101011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5499F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5499F3; }

 p { color: rgb(84,153,243); }

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

<style>
 a { background-color: #5499F3; }

 a { background-color: rgb(84,153,243); }

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

<style>
 span { border-color: #5499F3; }

 span { border-color: rgb(84,153,243); }

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