Shades of Cornflower Blue #5781FA
Tints of Cornflower Blue #5781FA
RGB
CMYK
RGB Variations
Color information
#5781FA (or 0x5781FA) is known color: Cornflower Blue. HEX triplet: 57, 81 and FA. RGB value is (87,129,250). Sum of RGB (Red+Green+Blue) = 87+129+250=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #5781FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5781FA is #A87E05. Grayscale: #818181. Windows color (decimal): -11042310 or 16417111. OLE color: 16417111.
HSL color Cylindrical-coordinate representation of color #5781FA: hue angle of 224.54º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5781FA is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 129 | 250 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.02 |
| HSL | 224.54º | 0.94% | 0.66% | - |
| HSV(B) | 224.54º | 0.65% | 0.98% | - |
| XYZ | 29.04 | 24.63 | 93.67 | - |
| YUV | 130.24 | 195.59 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 250 | 0.65 | 0.48 | 0 | 0.02 | 224.54 | 0.94 | 0.66 |
| Hex | 57 | 81 | FA | 41 | 30 | 0 | 2 | E1 | 5E | 42 |
| Octal | 127 | 201 | 372 | 101 | 60 | 0 | 2 | 341 | 136 | 102 |
| Binary | 1010111 | 10000001 | 11111010 | 1000001 | 110000 | 0 | 10 | 11100001 | 1011110 | 1000010 |
Color Harmonies of #5781FA
Complementary color
Monochromatic Colors of #5781FA
Black with #5781FA
Text Example
Text Example
White with #5781FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5781FA; }
p { color: rgb(87,129,250); }
H1.HeaderClassName
{
color: #5781FA;
}
.AnyTagClassName
{
color: #5781FA;
}
</style>
background-color css
<style>
a { background-color: #5781FA; }
a { background-color: rgb(87,129,250); }
div.DivClassName
{
background-color: #5781FA;
}
.BgClassName
{
background-color: #5781FA;
}
</style>
border-color css
<style>
span { border-color: #5781FA; }
span { border-color: rgb(87,129,250); }
td.TdClassName
{
border-color: #5781FA;
}
.TagClassName
{
border-color: #5781FA;
}
</style>