#5394FA

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

Shades of Cornflower Blue #5394FA

Tints of Cornflower Blue #5394FA

Color information

#5394FA (or 0x5394FA) is unknown color: approx Cornflower Blue. HEX triplet: 53, 94 and FA. RGB value is (83,148,250). Sum of RGB (Red+Green+Blue) = 83+148+250=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #5394FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5394FA is #AC6B05. Grayscale: #8B8B8B. Windows color (decimal): -11299590 or 16421971. OLE color: 16421971.

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

Color convert

RGB83148250-
CMYK0.670.4100.02
HSL216.65º94.35%65.29%-
HSV(B)216.65º66.8%98.04%-
XYZ31.4129.9294.56-
YUV140.19189.9787.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.26%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 250 (98.05% from 255) = 51.98%
R=17.26%
G=30.77%
B=51.98%

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
Decimal831482500.670.4100.02216.6594.3565.29
Hex5394FA432902d95e41
Octal1232243721035102331136101
Binary1010011100101001111101010000111010010101101100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5394FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5394FA; }

 p { color: rgb(83,148,250); }

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

<style>
 a { background-color: #5394FA; }

 a { background-color: rgb(83,148,250); }

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

<style>
 span { border-color: #5394FA; }

 span { border-color: rgb(83,148,250); }

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