Shades of Cornflower Blue #5683FE
Tints of Cornflower Blue #5683FE
RGB
CMYK
RGB Variations
Color information
#5683FE (or 0x5683FE) is known color: Cornflower Blue. HEX triplet: 56, 83 and FE. RGB value is (86,131,254). Sum of RGB (Red+Green+Blue) = 86+131+254=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #5683FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5683FE is #A97C01. Grayscale: #838383. Windows color (decimal): -11107330 or 16679766. OLE color: 16679766.
HSL color Cylindrical-coordinate representation of color #5683FE: hue angle of 223.93º 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 #5683FE is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 131 | 254 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.00 |
| HSL | 223.93º | 0.99% | 0.67% | - |
| HSV(B) | 223.93º | 0.66% | 1% | - |
| XYZ | 29.84 | 25.37 | 97.09 | - |
| YUV | 131.57 | 197.09 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 131 | 254 | 0.66 | 0.48 | 0 | 0.00 | 223.93 | 0.99 | 0.67 |
| Hex | 56 | 83 | FE | 42 | 30 | 0 | 0 | E0 | 63 | 43 |
| Octal | 126 | 203 | 376 | 102 | 60 | 0 | 0 | 340 | 143 | 103 |
| Binary | 1010110 | 10000011 | 11111110 | 1000010 | 110000 | 0 | 0 | 11100000 | 1100011 | 1000011 |
Color Harmonies of #5683FE
Complementary color
Monochromatic Colors of #5683FE
Black with #5683FE
Text Example
Text Example
White with #5683FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5683FE; }
p { color: rgb(86,131,254); }
H1.HeaderClassName
{
color: #5683FE;
}
.AnyTagClassName
{
color: #5683FE;
}
</style>
background-color css
<style>
a { background-color: #5683FE; }
a { background-color: rgb(86,131,254); }
div.DivClassName
{
background-color: #5683FE;
}
.BgClassName
{
background-color: #5683FE;
}
</style>
border-color css
<style>
span { border-color: #5683FE; }
span { border-color: rgb(86,131,254); }
td.TdClassName
{
border-color: #5683FE;
}
.TagClassName
{
border-color: #5683FE;
}
</style>