Shades of Cornflower Blue #5681FD
Tints of Cornflower Blue #5681FD
RGB
CMYK
RGB Variations
Color information
#5681FD (or 0x5681FD) is known color: Cornflower Blue. HEX triplet: 56, 81 and FD. RGB value is (86,129,253). Sum of RGB (Red+Green+Blue) = 86+129+253=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #5681FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5681FD is #A97E02. Grayscale: #818181. Windows color (decimal): -11107843 or 16613718. OLE color: 16613718.
HSL color Cylindrical-coordinate representation of color #5681FD: hue angle of 224.55º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5681FD is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 129 | 253 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.01 |
| HSL | 224.55º | 0.98% | 0.66% | - |
| HSV(B) | 224.55º | 0.66% | 0.99% | - |
| XYZ | 29.42 | 24.77 | 96.16 | - |
| YUV | 130.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 129 | 253 | 0.66 | 0.49 | 0 | 0.01 | 224.55 | 0.98 | 0.66 |
| Hex | 56 | 81 | FD | 42 | 31 | 0 | 1 | E1 | 62 | 42 |
| Octal | 126 | 201 | 375 | 102 | 61 | 0 | 1 | 341 | 142 | 102 |
| Binary | 1010110 | 10000001 | 11111101 | 1000010 | 110001 | 0 | 1 | 11100001 | 1100010 | 1000010 |
Color Harmonies of #5681FD
Complementary color
Monochromatic Colors of #5681FD
Black with #5681FD
Text Example
Text Example
White with #5681FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5681FD; }
p { color: rgb(86,129,253); }
H1.HeaderClassName
{
color: #5681FD;
}
.AnyTagClassName
{
color: #5681FD;
}
</style>
background-color css
<style>
a { background-color: #5681FD; }
a { background-color: rgb(86,129,253); }
div.DivClassName
{
background-color: #5681FD;
}
.BgClassName
{
background-color: #5681FD;
}
</style>
border-color css
<style>
span { border-color: #5681FD; }
span { border-color: rgb(86,129,253); }
td.TdClassName
{
border-color: #5681FD;
}
.TagClassName
{
border-color: #5681FD;
}
</style>