Shades of Cornflower Blue #5B9AF3
Tints of Cornflower Blue #5B9AF3
RGB
CMYK
RGB Variations
Color information
#5B9AF3 (or 0x5B9AF3) is known color: Cornflower Blue. HEX triplet: 5B, 9A and F3. RGB value is (91,154,243). Sum of RGB (Red+Green+Blue) = 91+154+243=488 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.65% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B9AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9AF3 is #A4650C. Grayscale: #909090. Windows color (decimal): -10773773 or 15964763. OLE color: 15964763.
HSL color Cylindrical-coordinate representation of color #5B9AF3: hue angle of 215.13º 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 #5B9AF3 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 154 | 243 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.05 |
| HSL | 215.13º | 0.86% | 0.65% | - |
| HSV(B) | 215.13º | 0.63% | 0.95% | - |
| XYZ | 32.05 | 31.81 | 89.24 | - |
| YUV | 145.31 | 183.13 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 154 | 243 | 0.63 | 0.37 | 0 | 0.05 | 215.13 | 0.86 | 0.65 |
| Hex | 5B | 9A | F3 | 3F | 25 | 0 | 5 | D7 | 56 | 41 |
| Octal | 133 | 232 | 363 | 77 | 45 | 0 | 5 | 327 | 126 | 101 |
| Binary | 1011011 | 10011010 | 11110011 | 111111 | 100101 | 0 | 101 | 11010111 | 1010110 | 1000001 |
Color Harmonies of #5B9AF3
Complementary color
Monochromatic Colors of #5B9AF3
Black with #5B9AF3
Text Example
Text Example
White with #5B9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9AF3; }
p { color: rgb(91,154,243); }
H1.HeaderClassName
{
color: #5B9AF3;
}
.AnyTagClassName
{
color: #5B9AF3;
}
</style>
background-color css
<style>
a { background-color: #5B9AF3; }
a { background-color: rgb(91,154,243); }
div.DivClassName
{
background-color: #5B9AF3;
}
.BgClassName
{
background-color: #5B9AF3;
}
</style>
border-color css
<style>
span { border-color: #5B9AF3; }
span { border-color: rgb(91,154,243); }
td.TdClassName
{
border-color: #5B9AF3;
}
.TagClassName
{
border-color: #5B9AF3;
}
</style>