#5B8DEA

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

Shades of Cornflower Blue #5B8DEA

Tints of Cornflower Blue #5B8DEA

Color information

#5B8DEA (or 0x5B8DEA) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 8D and EA. RGB value is (91,141,234). Sum of RGB (Red+Green+Blue) = 91+141+234=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B8DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8DEA is #A47215. Grayscale: #888888. Windows color (decimal): -10777110 or 15371611. OLE color: 15371611.

HSL color Cylindrical-coordinate representation of color #5B8DEA: hue angle of 219.02º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B8DEA is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB91141234-
CMYK0.610.4000.08
HSL219.02º77.3%63.73%-
HSV(B)219.02º61.11%91.76%-
XYZ28.6927.2181.58-
YUV136.65182.9495.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.53%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 234 (91.80% from 255) = 50.21%
R=19.53%
G=30.26%
B=50.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal911412340.610.4000.08219.0277.363.73
Hex5B8DEA3D2808db4d40
Octal1332153527550010333115100
Binary10110111000110111101010111101101000010001101101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,141,234); }

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

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

 a { background-color: rgb(91,141,234); }

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

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

 span { border-color: rgb(91,141,234); }

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