#5294FE

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

Shades of Cornflower Blue #5294FE

Tints of Cornflower Blue #5294FE

Color information

#5294FE (or 0x5294FE) is unknown color: approx Cornflower Blue. HEX triplet: 52, 94 and FE. RGB value is (82,148,254). Sum of RGB (Red+Green+Blue) = 82+148+254=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #5294FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5294FE is #AD6B01. Grayscale: #8B8B8B. Windows color (decimal): -11365122 or 16684114. OLE color: 16684114.

HSL color Cylindrical-coordinate representation of color #5294FE: hue angle of 216.98º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5294FE is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB82148254-
CMYK0.680.4200.00
HSL216.98º98.85%65.88%-
HSV(B)216.98º67.72%99.61%-
XYZ31.9630.1397.9-
YUV140.35192.1386.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.94%
GREEN value IS 148 (58.20% from 255) = 30.58%
BLUE value IS 254 (99.61% from 255) = 52.48%
R=16.94%
G=30.58%
B=52.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal821482540.680.4200.00216.9898.8565.88
Hex5294FE442A00d96342
Octal1222243761045200331143102
Binary101001010010100111111101000100101010001101100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5294FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5294FE; }

 p { color: rgb(82,148,254); }

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

<style>
 a { background-color: #5294FE; }

 a { background-color: rgb(82,148,254); }

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

<style>
 span { border-color: #5294FE; }

 span { border-color: rgb(82,148,254); }

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