#5293E3

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

Shades of Cornflower Blue #5293E3

Tints of Cornflower Blue #5293E3

Color information

#5293E3 (or 0x5293E3) is unknown color: approx Cornflower Blue. HEX triplet: 52, 93 and E3. RGB value is (82,147,227). Sum of RGB (Red+Green+Blue) = 82+147+227=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 227 (89.06% from 255 or 49.78% from 456); Max value from RGB is 227 - color contains mainly: blue. Hex color #5293E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5293E3 is #AD6C1C. Grayscale: #888888. Windows color (decimal): -11365405 or 14914386. OLE color: 14914386.

HSL color Cylindrical-coordinate representation of color #5293E3: hue angle of 213.1º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5293E3 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB82147227-
CMYK0.640.3500.11
HSL213.1º72.14%60.59%-
HSV(B)213.1º63.88%89.02%-
XYZ27.7828.2176.65-
YUV136.68178.9789-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.98%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 227 (89.06% from 255) = 49.78%
R=17.98%
G=32.24%
B=49.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal821472270.640.3500.11213.172.1460.59
Hex5293E340230Bd5483d
Octal1222233431004301332511075
Binary10100101001001111100011100000010001101011110101011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5293E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5293E3; }

 p { color: rgb(82,147,227); }

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

<style>
 a { background-color: #5293E3; }

 a { background-color: rgb(82,147,227); }

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

<style>
 span { border-color: #5293E3; }

 span { border-color: rgb(82,147,227); }

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