#5B9BFB

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

Shades of Cornflower Blue #5B9BFB

Tints of Cornflower Blue #5B9BFB

Color information

#5B9BFB (or 0x5B9BFB) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 9B and FB. RGB value is (91,155,251). Sum of RGB (Red+Green+Blue) = 91+155+251=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B9BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9BFB is #A46404. Grayscale: #929292. Windows color (decimal): -10773509 or 16489307. OLE color: 16489307.

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

Color convert

RGB91155251-
CMYK0.640.3800.02
HSL216º95.24%67.06%-
HSV(B)216º63.75%98.43%-
XYZ33.4532.6395.8-
YUV146.81186.888.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.31%
GREEN value IS 155 (60.94% from 255) = 31.19%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=18.31%
G=31.19%
B=50.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911552510.640.3800.0221695.2467.06
Hex5B9BFB402602d85f43
Octal1332333731004602330137103
Binary1011011100110111111101110000001001100101101100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,155,251); }

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

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

 a { background-color: rgb(91,155,251); }

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

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

 span { border-color: rgb(91,155,251); }

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