#5A94EE

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

Shades of Cornflower Blue #5A94EE

Tints of Cornflower Blue #5A94EE

Color information

#5A94EE (or 0x5A94EE) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 94 and EE. RGB value is (90,148,238). Sum of RGB (Red+Green+Blue) = 90+148+238=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A94EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A94EE is #A56B11. Grayscale: #8C8C8C. Windows color (decimal): -10840850 or 15635546. OLE color: 15635546.

HSL color Cylindrical-coordinate representation of color #5A94EE: hue angle of 216.49º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A94EE is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB90148238-
CMYK0.620.3800.07
HSL216.49º81.32%64.31%-
HSV(B)216.49º62.18%93.33%-
XYZ30.2429.5384.99-
YUV140.92182.7891.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.91%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 238 (93.36% from 255) = 50%
R=18.91%
G=31.09%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal901482380.620.3800.07216.4981.3264.31
Hex5A94EE3E2607d85140
Octal132224356764607330121100
Binary1011010100101001110111011111010011001111101100010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A94EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A94EE; }

 p { color: rgb(90,148,238); }

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

<style>
 a { background-color: #5A94EE; }

 a { background-color: rgb(90,148,238); }

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

<style>
 span { border-color: #5A94EE; }

 span { border-color: rgb(90,148,238); }

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