#5297EA

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

Shades of Cornflower Blue #5297EA

Tints of Cornflower Blue #5297EA

Color information

#5297EA (or 0x5297EA) is unknown color: approx Cornflower Blue. HEX triplet: 52, 97 and EA. RGB value is (82,151,234). Sum of RGB (Red+Green+Blue) = 82+151+234=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #5297EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5297EA is #AD6815. Grayscale: #8B8B8B. Windows color (decimal): -11364374 or 15374162. OLE color: 15374162.

HSL color Cylindrical-coordinate representation of color #5297EA: hue angle of 212.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5297EA is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB82151234-
CMYK0.650.3500.08
HSL212.76º78.35%61.96%-
HSV(B)212.76º64.96%91.76%-
XYZ29.429.8782.06-
YUV139.83181.1486.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.56%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=17.56%
G=32.33%
B=50.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal821512340.650.3500.08212.7678.3561.96
Hex5297EA412308d54e3e
Octal1222273521014301032511676
Binary10100101001011111101010100000110001101000110101011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5297EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5297EA; }

 p { color: rgb(82,151,234); }

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

<style>
 a { background-color: #5297EA; }

 a { background-color: rgb(82,151,234); }

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

<style>
 span { border-color: #5297EA; }

 span { border-color: rgb(82,151,234); }

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