Shades of Cornflower Blue #5B9FFD
Tints of Cornflower Blue #5B9FFD
RGB
CMYK
RGB Variations
Color information
#5B9FFD (or 0x5B9FFD) is known color: Cornflower Blue. HEX triplet: 5B, 9F and FD. RGB value is (91,159,253). Sum of RGB (Red+Green+Blue) = 91+159+253=503 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.09% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B9FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9FFD is #A46002. Grayscale: #949494. Windows color (decimal): -10772483 or 16621403. OLE color: 16621403.
HSL color Cylindrical-coordinate representation of color #5B9FFD: hue angle of 214.81º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B9FFD is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 159 | 253 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.01 |
| HSL | 214.81º | 0.98% | 0.67% | - |
| HSV(B) | 214.81º | 0.64% | 0.99% | - |
| XYZ | 34.44 | 34.11 | 97.7 | - |
| YUV | 149.38 | 186.47 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 159 | 253 | 0.64 | 0.37 | 0 | 0.01 | 214.81 | 0.98 | 0.67 |
| Hex | 5B | 9F | FD | 40 | 25 | 0 | 1 | D7 | 62 | 43 |
| Octal | 133 | 237 | 375 | 100 | 45 | 0 | 1 | 327 | 142 | 103 |
| Binary | 1011011 | 10011111 | 11111101 | 1000000 | 100101 | 0 | 1 | 11010111 | 1100010 | 1000011 |
Color Harmonies of #5B9FFD
Complementary color
Monochromatic Colors of #5B9FFD
Black with #5B9FFD
Text Example
Text Example
White with #5B9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9FFD; }
p { color: rgb(91,159,253); }
H1.HeaderClassName
{
color: #5B9FFD;
}
.AnyTagClassName
{
color: #5B9FFD;
}
</style>
background-color css
<style>
a { background-color: #5B9FFD; }
a { background-color: rgb(91,159,253); }
div.DivClassName
{
background-color: #5B9FFD;
}
.BgClassName
{
background-color: #5B9FFD;
}
</style>
border-color css
<style>
span { border-color: #5B9FFD; }
span { border-color: rgb(91,159,253); }
td.TdClassName
{
border-color: #5B9FFD;
}
.TagClassName
{
border-color: #5B9FFD;
}
</style>