#5095EE

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

Shades of Cornflower Blue #5095EE

Tints of Cornflower Blue #5095EE

Color information

#5095EE (or 0x5095EE) is unknown color: approx Cornflower Blue. HEX triplet: 50, 95 and EE. RGB value is (80,149,238). Sum of RGB (Red+Green+Blue) = 80+149+238=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #5095EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5095EE is #AF6A11. Grayscale: #8A8A8A. Windows color (decimal): -11495954 or 15635792. OLE color: 15635792.

HSL color Cylindrical-coordinate representation of color #5095EE: hue angle of 213.8º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5095EE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80149238-
CMYK0.660.3700.07
HSL213.8º82.29%62.35%-
HSV(B)213.8º66.39%93.33%-
XYZ29.4929.3785-
YUV138.51184.1486.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.13%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 238 (93.36% from 255) = 50.96%
R=17.13%
G=31.91%
B=50.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal801492380.660.3700.07213.882.2962.35
Hex5095EE422507d6523e
Octal120225356102450732612276
Binary1010000100101011110111010000101001010111110101101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5095EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5095EE; }

 p { color: rgb(80,149,238); }

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

<style>
 a { background-color: #5095EE; }

 a { background-color: rgb(80,149,238); }

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

<style>
 span { border-color: #5095EE; }

 span { border-color: rgb(80,149,238); }

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