Shades of Cornflower Blue #5A78FF
Tints of Cornflower Blue #5A78FF
RGB
CMYK
RGB Variations
Color information
#5A78FF (or 0x5A78FF) is known color: Cornflower Blue. HEX triplet: 5A, 78 and FF. RGB value is (90,120,255). Sum of RGB (Red+Green+Blue) = 90+120+255=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A78FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A78FF is #A58700. Grayscale: #7D7D7D. Windows color (decimal): -10848001 or 16742490. OLE color: 16742490.
HSL color Cylindrical-coordinate representation of color #5A78FF: hue angle of 229.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A78FF is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 120 | 255 | - |
| CMYK | 0.65 | 0.53 | 0 | 0 |
| HSL | 229.09º | 1% | 0.68% | - |
| HSV(B) | 229.09º | 0.65% | 1% | - |
| XYZ | 28.98 | 22.83 | 97.49 | - |
| YUV | 126.42 | 200.56 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 255 | 0.65 | 0.53 | 0 | 0 | 229.09 | 1 | 0.68 |
| Hex | 5A | 78 | FF | 41 | 35 | 0 | 0 | E5 | 64 | 44 |
| Octal | 132 | 170 | 377 | 101 | 65 | 0 | 0 | 345 | 144 | 104 |
| Binary | 1011010 | 1111000 | 11111111 | 1000001 | 110101 | 0 | 0 | 11100101 | 1100100 | 1000100 |
Color Harmonies of #5A78FF
Complementary color
Monochromatic Colors of #5A78FF
Black with #5A78FF
Text Example
Text Example
White with #5A78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A78FF; }
p { color: rgb(90,120,255); }
H1.HeaderClassName
{
color: #5A78FF;
}
.AnyTagClassName
{
color: #5A78FF;
}
</style>
background-color css
<style>
a { background-color: #5A78FF; }
a { background-color: rgb(90,120,255); }
div.DivClassName
{
background-color: #5A78FF;
}
.BgClassName
{
background-color: #5A78FF;
}
</style>
border-color css
<style>
span { border-color: #5A78FF; }
span { border-color: rgb(90,120,255); }
td.TdClassName
{
border-color: #5A78FF;
}
.TagClassName
{
border-color: #5A78FF;
}
</style>