#5e8bfc

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

Shades of Cornflower Blue #5E8BFC

Tints of Cornflower Blue #5E8BFC

Color information

#5E8BFC (or 0x5E8BFC) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 8B and FC. RGB value is (94,139,252). Sum of RGB (Red+Green+Blue) = 94+139+252=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E8BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8BFC is #A17403. Grayscale: #898989. Windows color (decimal): -10580996 or 16550750. OLE color: 16550750.

HSL color Cylindrical-coordinate representation of color #5E8BFC: hue angle of 222.91º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E8BFC is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB94139252-
CMYK0.630.4500.01
HSL222.91º96.34%67.84%-
HSV(B)222.91º62.7%98.82%-
XYZ31.4227.8795.82-
YUV138.43192.0996.31-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.38%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 252 (98.83% from 255) = 51.96%
R=19.38%
G=28.66%
B=51.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal941392520.630.4500.01222.9196.3467.84
Hex5E8BFC3F2D01df6044
Octal136213374775501337140104
Binary10111101000101111111100111111101101011101111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e8bfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,139,252); }

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

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

 a { background-color: rgb(94,139,252); }

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

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

 span { border-color: rgb(94,139,252); }

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