#5B8CEA

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

Shades of Cornflower Blue #5B8CEA

Tints of Cornflower Blue #5B8CEA

Color information

#5B8CEA (or 0x5B8CEA) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 8C and EA. RGB value is (91,140,234). Sum of RGB (Red+Green+Blue) = 91+140+234=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B8CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8CEA is #A47315. Grayscale: #878787. Windows color (decimal): -10777366 or 15371355. OLE color: 15371355.

HSL color Cylindrical-coordinate representation of color #5B8CEA: hue angle of 219.44º 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 #5B8CEA is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB91140234-
CMYK0.610.4000.08
HSL219.44º77.3%63.73%-
HSV(B)219.44º61.11%91.76%-
XYZ28.5426.9281.53-
YUV136.06183.2795.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.57%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 234 (91.80% from 255) = 50.32%
R=19.57%
G=30.11%
B=50.32%

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
Decimal911402340.610.4000.08219.4477.363.73
Hex5B8CEA3D2808db4d40
Octal1332143527550010333115100
Binary10110111000110011101010111101101000010001101101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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