Shades of Cornflower Blue #5B8CFD
Tints of Cornflower Blue #5B8CFD
RGB
CMYK
RGB Variations
Color information
#5B8CFD (or 0x5B8CFD) is known color: Cornflower Blue. HEX triplet: 5B, 8C and FD. RGB value is (91,140,253). Sum of RGB (Red+Green+Blue) = 91+140+253=484 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.80% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B8CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8CFD is #A47302. Grayscale: #898989. Windows color (decimal): -10777347 or 16616539. OLE color: 16616539.
HSL color Cylindrical-coordinate representation of color #5B8CFD: hue angle of 221.85º 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 #5B8CFD is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 140 | 253 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.01 |
| HSL | 221.85º | 0.98% | 0.67% | - |
| HSV(B) | 221.85º | 0.64% | 0.99% | - |
| XYZ | 31.42 | 28.07 | 96.69 | - |
| YUV | 138.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 140 | 253 | 0.64 | 0.45 | 0 | 0.01 | 221.85 | 0.98 | 0.67 |
| Hex | 5B | 8C | FD | 40 | 2D | 0 | 1 | DE | 62 | 43 |
| Octal | 133 | 214 | 375 | 100 | 55 | 0 | 1 | 336 | 142 | 103 |
| Binary | 1011011 | 10001100 | 11111101 | 1000000 | 101101 | 0 | 1 | 11011110 | 1100010 | 1000011 |
Color Harmonies of #5B8CFD
Complementary color
Monochromatic Colors of #5B8CFD
Black with #5B8CFD
Text Example
Text Example
White with #5B8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8CFD; }
p { color: rgb(91,140,253); }
H1.HeaderClassName
{
color: #5B8CFD;
}
.AnyTagClassName
{
color: #5B8CFD;
}
</style>
background-color css
<style>
a { background-color: #5B8CFD; }
a { background-color: rgb(91,140,253); }
div.DivClassName
{
background-color: #5B8CFD;
}
.BgClassName
{
background-color: #5B8CFD;
}
</style>
border-color css
<style>
span { border-color: #5B8CFD; }
span { border-color: rgb(91,140,253); }
td.TdClassName
{
border-color: #5B8CFD;
}
.TagClassName
{
border-color: #5B8CFD;
}
</style>