Shades of Cornflower Blue #5698FB
Tints of Cornflower Blue #5698FB
RGB
CMYK
RGB Variations
Color information
#5698FB (or 0x5698FB) is known color: Cornflower Blue. HEX triplet: 56, 98 and FB. RGB value is (86,152,251). Sum of RGB (Red+Green+Blue) = 86+152+251=489 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.59% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #5698FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5698FB is #A96704. Grayscale: #8F8F8F. Windows color (decimal): -11101957 or 16488534. OLE color: 16488534.
HSL color Cylindrical-coordinate representation of color #5698FB: hue angle of 216º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5698FB is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 152 | 251 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.02 |
| HSL | 216º | 0.95% | 0.66% | - |
| HSV(B) | 216º | 0.66% | 0.98% | - |
| XYZ | 32.48 | 31.4 | 95.62 | - |
| YUV | 143.55 | 188.63 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 251 | 0.66 | 0.39 | 0 | 0.02 | 216 | 0.95 | 0.66 |
| Hex | 56 | 98 | FB | 42 | 27 | 0 | 2 | D8 | 5F | 42 |
| Octal | 126 | 230 | 373 | 102 | 47 | 0 | 2 | 330 | 137 | 102 |
| Binary | 1010110 | 10011000 | 11111011 | 1000010 | 100111 | 0 | 10 | 11011000 | 1011111 | 1000010 |
Color Harmonies of #5698FB
Complementary color
Monochromatic Colors of #5698FB
Black with #5698FB
Text Example
Text Example
White with #5698FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5698FB; }
p { color: rgb(86,152,251); }
H1.HeaderClassName
{
color: #5698FB;
}
.AnyTagClassName
{
color: #5698FB;
}
</style>
background-color css
<style>
a { background-color: #5698FB; }
a { background-color: rgb(86,152,251); }
div.DivClassName
{
background-color: #5698FB;
}
.BgClassName
{
background-color: #5698FB;
}
</style>
border-color css
<style>
span { border-color: #5698FB; }
span { border-color: rgb(86,152,251); }
td.TdClassName
{
border-color: #5698FB;
}
.TagClassName
{
border-color: #5698FB;
}
</style>