#5295ef

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

Shades of Cornflower Blue #5295EF

Tints of Cornflower Blue #5295EF

Color information

#5295EF (or 0x5295EF) is unknown color: approx Cornflower Blue. HEX triplet: 52, 95 and EF. RGB value is (82,149,239). Sum of RGB (Red+Green+Blue) = 82+149+239=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #5295EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5295EF is #AD6A10. Grayscale: #8A8A8A. Windows color (decimal): -11364881 or 15701330. OLE color: 15701330.

HSL color Cylindrical-coordinate representation of color #5295EF: hue angle of 214.39º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5295EF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB82149239-
CMYK0.660.3800.06
HSL214.39º83.07%62.94%-
HSV(B)214.39º65.69%93.73%-
XYZ29.8129.5285.79-
YUV139.23184.387.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.45%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 239 (93.75% from 255) = 50.85%
R=17.45%
G=31.70%
B=50.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal821492390.660.3800.06214.3983.0762.94
Hex5295EF422606d6533f
Octal122225357102460632612377
Binary1010010100101011110111110000101001100110110101101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5295ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5295ef; }

 p { color: rgb(82,149,239); }

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

<style>
 a { background-color: #5295ef; }

 a { background-color: rgb(82,149,239); }

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

<style>
 span { border-color: #5295ef; }

 span { border-color: rgb(82,149,239); }

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