Shades of Cornflower Blue #5D90FB
Tints of Cornflower Blue #5D90FB
RGB
CMYK
RGB Variations
Color information
#5D90FB (or 0x5D90FB) is known color: Cornflower Blue. HEX triplet: 5D, 90 and FB. RGB value is (93,144,251). Sum of RGB (Red+Green+Blue) = 93+144+251=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D90FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D90FB is #A26F04. Grayscale: #8C8C8C. Windows color (decimal): -10645253 or 16486493. OLE color: 16486493.
HSL color Cylindrical-coordinate representation of color #5D90FB: hue angle of 220.63º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D90FB is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 144 | 251 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.02 |
| HSL | 220.63º | 0.95% | 0.67% | - |
| HSV(B) | 220.63º | 0.63% | 0.98% | - |
| XYZ | 31.9 | 29.24 | 95.23 | - |
| YUV | 140.95 | 190.1 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 251 | 0.63 | 0.43 | 0 | 0.02 | 220.63 | 0.95 | 0.67 |
| Hex | 5D | 90 | FB | 3F | 2B | 0 | 2 | DD | 5F | 43 |
| Octal | 135 | 220 | 373 | 77 | 53 | 0 | 2 | 335 | 137 | 103 |
| Binary | 1011101 | 10010000 | 11111011 | 111111 | 101011 | 0 | 10 | 11011101 | 1011111 | 1000011 |
Color Harmonies of #5D90FB
Complementary color
Monochromatic Colors of #5D90FB
Black with #5D90FB
Text Example
Text Example
White with #5D90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D90FB; }
p { color: rgb(93,144,251); }
H1.HeaderClassName
{
color: #5D90FB;
}
.AnyTagClassName
{
color: #5D90FB;
}
</style>
background-color css
<style>
a { background-color: #5D90FB; }
a { background-color: rgb(93,144,251); }
div.DivClassName
{
background-color: #5D90FB;
}
.BgClassName
{
background-color: #5D90FB;
}
</style>
border-color css
<style>
span { border-color: #5D90FB; }
span { border-color: rgb(93,144,251); }
td.TdClassName
{
border-color: #5D90FB;
}
.TagClassName
{
border-color: #5D90FB;
}
</style>