Shades of Cornflower Blue #5699FE
Tints of Cornflower Blue #5699FE
RGB
CMYK
RGB Variations
Color information
#5699FE (or 0x5699FE) is known color: Cornflower Blue. HEX triplet: 56, 99 and FE. RGB value is (86,153,254). Sum of RGB (Red+Green+Blue) = 86+153+254=493 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.44% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #5699FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5699FE is #A96601. Grayscale: #909090. Windows color (decimal): -11101698 or 16685398. OLE color: 16685398.
HSL color Cylindrical-coordinate representation of color #5699FE: hue angle of 216.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5699FE is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 153 | 254 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.00 |
| HSL | 216.07º | 0.99% | 0.67% | - |
| HSV(B) | 216.07º | 0.66% | 1% | - |
| XYZ | 33.12 | 31.92 | 98.18 | - |
| YUV | 144.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 254 | 0.66 | 0.40 | 0 | 0.00 | 216.07 | 0.99 | 0.67 |
| Hex | 56 | 99 | FE | 42 | 28 | 0 | 0 | D8 | 63 | 43 |
| Octal | 126 | 231 | 376 | 102 | 50 | 0 | 0 | 330 | 143 | 103 |
| Binary | 1010110 | 10011001 | 11111110 | 1000010 | 101000 | 0 | 0 | 11011000 | 1100011 | 1000011 |
Color Harmonies of #5699FE
Complementary color
Monochromatic Colors of #5699FE
Black with #5699FE
Text Example
Text Example
White with #5699FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5699FE; }
p { color: rgb(86,153,254); }
H1.HeaderClassName
{
color: #5699FE;
}
.AnyTagClassName
{
color: #5699FE;
}
</style>
background-color css
<style>
a { background-color: #5699FE; }
a { background-color: rgb(86,153,254); }
div.DivClassName
{
background-color: #5699FE;
}
.BgClassName
{
background-color: #5699FE;
}
</style>
border-color css
<style>
span { border-color: #5699FE; }
span { border-color: rgb(86,153,254); }
td.TdClassName
{
border-color: #5699FE;
}
.TagClassName
{
border-color: #5699FE;
}
</style>