#5e98ee

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

Shades of Cornflower Blue #5E98EE

Tints of Cornflower Blue #5E98EE

Color information

#5E98EE (or 0x5E98EE) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 98 and EE. RGB value is (94,152,238). Sum of RGB (Red+Green+Blue) = 94+152+238=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E98EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E98EE is #A16711. Grayscale: #909090. Windows color (decimal): -10577682 or 15636574. OLE color: 15636574.

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

Color convert

RGB94152238-
CMYK0.610.3600.07
HSL215.83º80.9%65.1%-
HSV(B)215.83º60.5%93.33%-
XYZ31.2831.0185.23-
YUV144.46180.7892.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.42%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 238 (93.36% from 255) = 49.17%
R=19.42%
G=31.40%
B=49.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal941522380.610.3600.07215.8380.965.1
Hex5E98EE3D2407d85141
Octal136230356754407330121101
Binary1011110100110001110111011110110010001111101100010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e98ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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