#5E98F5

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

Shades of Cornflower Blue #5E98F5

Tints of Cornflower Blue #5E98F5

Color information

#5E98F5 (or 0x5E98F5) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 98 and F5. RGB value is (94,152,245). Sum of RGB (Red+Green+Blue) = 94+152+245=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #5E98F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E98F5 is #A1670A. Grayscale: #909090. Windows color (decimal): -10577675 or 16095326. OLE color: 16095326.

HSL color Cylindrical-coordinate representation of color #5E98F5: hue angle of 216.95º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E98F5 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB94152245-
CMYK0.620.3800.04
HSL216.95º88.3%66.47%-
HSV(B)216.95º61.63%96.08%-
XYZ32.3331.4390.75-
YUV145.26184.2891.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.14%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 245 (96.09% from 255) = 49.90%
R=19.14%
G=30.96%
B=49.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal941522450.620.3800.04216.9588.366.47
Hex5E98F53E2604d95842
Octal136230365764604331130102
Binary1011110100110001111010111111010011001001101100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E98F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,152,245); }

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

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

 a { background-color: rgb(94,152,245); }

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

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

 span { border-color: rgb(94,152,245); }

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