Shades of Cornflower Blue #5D99FE
Tints of Cornflower Blue #5D99FE
RGB
CMYK
RGB Variations
Color information
#5D99FE (or 0x5D99FE) is known color: Cornflower Blue. HEX triplet: 5D, 99 and FE. RGB value is (93,153,254). Sum of RGB (Red+Green+Blue) = 93+153+254=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D99FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D99FE is #A26601. Grayscale: #929292. Windows color (decimal): -10642946 or 16685405. OLE color: 16685405.
HSL color Cylindrical-coordinate representation of color #5D99FE: hue angle of 217.64º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D99FE is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 153 | 254 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.00 |
| HSL | 217.64º | 0.99% | 0.68% | - |
| HSV(B) | 217.64º | 0.63% | 1% | - |
| XYZ | 33.79 | 32.27 | 98.21 | - |
| YUV | 146.57 | 188.62 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 153 | 254 | 0.63 | 0.40 | 0 | 0.00 | 217.64 | 0.99 | 0.68 |
| Hex | 5D | 99 | FE | 3F | 28 | 0 | 0 | DA | 63 | 44 |
| Octal | 135 | 231 | 376 | 77 | 50 | 0 | 0 | 332 | 143 | 104 |
| Binary | 1011101 | 10011001 | 11111110 | 111111 | 101000 | 0 | 0 | 11011010 | 1100011 | 1000100 |
Color Harmonies of #5D99FE
Complementary color
Monochromatic Colors of #5D99FE
Black with #5D99FE
Text Example
Text Example
White with #5D99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D99FE; }
p { color: rgb(93,153,254); }
H1.HeaderClassName
{
color: #5D99FE;
}
.AnyTagClassName
{
color: #5D99FE;
}
</style>
background-color css
<style>
a { background-color: #5D99FE; }
a { background-color: rgb(93,153,254); }
div.DivClassName
{
background-color: #5D99FE;
}
.BgClassName
{
background-color: #5D99FE;
}
</style>
border-color css
<style>
span { border-color: #5D99FE; }
span { border-color: rgb(93,153,254); }
td.TdClassName
{
border-color: #5D99FE;
}
.TagClassName
{
border-color: #5D99FE;
}
</style>