Shades of Cornflower Blue #5B8DF3
Tints of Cornflower Blue #5B8DF3
RGB
CMYK
RGB Variations
Color information
#5B8DF3 (or 0x5B8DF3) is known color: Cornflower Blue. HEX triplet: 5B, 8D and F3. RGB value is (91,141,243). Sum of RGB (Red+Green+Blue) = 91+141+243=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B8DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8DF3 is #A4720C. Grayscale: #898989. Windows color (decimal): -10777101 or 15961435. OLE color: 15961435.
HSL color Cylindrical-coordinate representation of color #5B8DF3: hue angle of 220.26º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B8DF3 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 141 | 243 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.05 |
| HSL | 220.26º | 0.86% | 0.65% | - |
| HSV(B) | 220.26º | 0.63% | 0.95% | - |
| XYZ | 30.02 | 27.74 | 88.57 | - |
| YUV | 137.68 | 187.44 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 243 | 0.63 | 0.42 | 0 | 0.05 | 220.26 | 0.86 | 0.65 |
| Hex | 5B | 8D | F3 | 3F | 2A | 0 | 5 | DC | 56 | 41 |
| Octal | 133 | 215 | 363 | 77 | 52 | 0 | 5 | 334 | 126 | 101 |
| Binary | 1011011 | 10001101 | 11110011 | 111111 | 101010 | 0 | 101 | 11011100 | 1010110 | 1000001 |
Color Harmonies of #5B8DF3
Complementary color
Monochromatic Colors of #5B8DF3
Black with #5B8DF3
Text Example
Text Example
White with #5B8DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8DF3; }
p { color: rgb(91,141,243); }
H1.HeaderClassName
{
color: #5B8DF3;
}
.AnyTagClassName
{
color: #5B8DF3;
}
</style>
background-color css
<style>
a { background-color: #5B8DF3; }
a { background-color: rgb(91,141,243); }
div.DivClassName
{
background-color: #5B8DF3;
}
.BgClassName
{
background-color: #5B8DF3;
}
</style>
border-color css
<style>
span { border-color: #5B8DF3; }
span { border-color: rgb(91,141,243); }
td.TdClassName
{
border-color: #5B8DF3;
}
.TagClassName
{
border-color: #5B8DF3;
}
</style>