#5B8CF9

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

Shades of Cornflower Blue #5B8CF9

Tints of Cornflower Blue #5B8CF9

Color information

#5B8CF9 (or 0x5B8CF9) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 8C and F9. RGB value is (91,140,249). Sum of RGB (Red+Green+Blue) = 91+140+249=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #5B8CF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8CF9 is #A47306. Grayscale: #898989. Windows color (decimal): -10777351 or 16354395. OLE color: 16354395.

HSL color Cylindrical-coordinate representation of color #5B8CF9: hue angle of 221.39º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B8CF9 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91140249-
CMYK0.630.4400.02
HSL221.39º92.94%66.67%-
HSV(B)221.39º63.45%97.65%-
XYZ30.7927.8293.37-
YUV137.78190.7794.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.96%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 249 (97.66% from 255) = 51.88%
R=18.96%
G=29.17%
B=51.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911402490.630.4400.02221.3992.9466.67
Hex5B8CF93F2C02dd5d43
Octal133214371775402335135103
Binary101101110001100111110011111111011000101101110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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