#5B9EF1

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

Shades of Cornflower Blue #5B9EF1

Tints of Cornflower Blue #5B9EF1

Color information

#5B9EF1 (or 0x5B9EF1) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 9E and F1. RGB value is (91,158,241). Sum of RGB (Red+Green+Blue) = 91+158+241=490 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.57% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #5B9EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9EF1 is #A4610E. Grayscale: #939393. Windows color (decimal): -10772751 or 15834715. OLE color: 15834715.

HSL color Cylindrical-coordinate representation of color #5B9EF1: hue angle of 213.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B9EF1 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB91158241-
CMYK0.620.3400.05
HSL213.2º84.27%65.1%-
HSV(B)213.2º62.24%94.51%-
XYZ32.4233.0387.89-
YUV147.43180.887.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.57%
GREEN value IS 158 (62.11% from 255) = 32.24%
BLUE value IS 241 (94.53% from 255) = 49.18%
R=18.57%
G=32.24%
B=49.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal911582410.620.3400.05213.284.2765.1
Hex5B9EF13E2205d55441
Octal133236361764205325124101
Binary1011011100111101111000111111010001001011101010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,158,241); }

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

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

 a { background-color: rgb(91,158,241); }

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

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

 span { border-color: rgb(91,158,241); }

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