#5A94E8

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

Shades of Cornflower Blue #5A94E8

Tints of Cornflower Blue #5A94E8

Color information

#5A94E8 (or 0x5A94E8) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 94 and E8. RGB value is (90,148,232). Sum of RGB (Red+Green+Blue) = 90+148+232=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #5A94E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A94E8 is #A56B17. Grayscale: #8B8B8B. Windows color (decimal): -10840856 or 15242330. OLE color: 15242330.

HSL color Cylindrical-coordinate representation of color #5A94E8: hue angle of 215.49º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A94E8 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB90148232-
CMYK0.610.3600.09
HSL215.49º75.53%63.14%-
HSV(B)215.49º61.21%90.98%-
XYZ29.3729.1880.43-
YUV140.23179.7892.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.15%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 232 (91.02% from 255) = 49.36%
R=19.15%
G=31.49%
B=49.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal901482320.610.3600.09215.4975.5363.14
Hex5A94E83D2409d74c3f
Octal132224350754401132711477
Binary1011010100101001110100011110110010001001110101111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A94E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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