#5495FB

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

Shades of Cornflower Blue #5495FB

Tints of Cornflower Blue #5495FB

Color information

#5495FB (or 0x5495FB) is unknown color: approx Cornflower Blue. HEX triplet: 54, 95 and FB. RGB value is (84,149,251). Sum of RGB (Red+Green+Blue) = 84+149+251=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #5495FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5495FB is #AB6A04. Grayscale: #8C8C8C. Windows color (decimal): -11233797 or 16487764. OLE color: 16487764.

HSL color Cylindrical-coordinate representation of color #5495FB: hue angle of 216.65º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5495FB is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84149251-
CMYK0.670.4100.02
HSL216.65º95.43%65.69%-
HSV(B)216.65º66.53%98.43%-
XYZ31.8230.3495.45-
YUV141.19189.9787.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.36%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 251 (98.44% from 255) = 51.86%
R=17.36%
G=30.79%
B=51.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841492510.670.4100.02216.6595.4365.69
Hex5495FB432902d95f42
Octal1242253731035102331137102
Binary1010100100101011111101110000111010010101101100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5495FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5495FB; }

 p { color: rgb(84,149,251); }

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

<style>
 a { background-color: #5495FB; }

 a { background-color: rgb(84,149,251); }

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

<style>
 span { border-color: #5495FB; }

 span { border-color: rgb(84,149,251); }

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