Shades of Cornflower Blue #5787FA
Tints of Cornflower Blue #5787FA
RGB
CMYK
RGB Variations
Color information
#5787FA (or 0x5787FA) is known color: Cornflower Blue. HEX triplet: 57, 87 and FA. RGB value is (87,135,250). Sum of RGB (Red+Green+Blue) = 87+135+250=472 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.43% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #5787FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5787FA is #A87805. Grayscale: #858585. Windows color (decimal): -11040774 or 16418647. OLE color: 16418647.
HSL color Cylindrical-coordinate representation of color #5787FA: hue angle of 222.33º 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 #5787FA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 135 | 250 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.02 |
| HSL | 222.33º | 0.94% | 0.66% | - |
| HSV(B) | 222.33º | 0.65% | 0.98% | - |
| XYZ | 29.85 | 26.26 | 93.94 | - |
| YUV | 133.76 | 193.6 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 135 | 250 | 0.65 | 0.46 | 0 | 0.02 | 222.33 | 0.94 | 0.66 |
| Hex | 57 | 87 | FA | 41 | 2E | 0 | 2 | DE | 5E | 42 |
| Octal | 127 | 207 | 372 | 101 | 56 | 0 | 2 | 336 | 136 | 102 |
| Binary | 1010111 | 10000111 | 11111010 | 1000001 | 101110 | 0 | 10 | 11011110 | 1011110 | 1000010 |
Color Harmonies of #5787FA
Complementary color
Monochromatic Colors of #5787FA
Black with #5787FA
Text Example
Text Example
White with #5787FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5787FA; }
p { color: rgb(87,135,250); }
H1.HeaderClassName
{
color: #5787FA;
}
.AnyTagClassName
{
color: #5787FA;
}
</style>
background-color css
<style>
a { background-color: #5787FA; }
a { background-color: rgb(87,135,250); }
div.DivClassName
{
background-color: #5787FA;
}
.BgClassName
{
background-color: #5787FA;
}
</style>
border-color css
<style>
span { border-color: #5787FA; }
span { border-color: rgb(87,135,250); }
td.TdClassName
{
border-color: #5787FA;
}
.TagClassName
{
border-color: #5787FA;
}
</style>