Shades of Cornflower Blue #5A7BFF
Tints of Cornflower Blue #5A7BFF
RGB
CMYK
RGB Variations
Color information
#5A7BFF (or 0x5A7BFF) is known color: Cornflower Blue. HEX triplet: 5A, 7B and FF. RGB value is (90,123,255). Sum of RGB (Red+Green+Blue) = 90+123+255=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A7BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7BFF is #A58400. Grayscale: #7F7F7F. Windows color (decimal): -10847233 or 16743258. OLE color: 16743258.
HSL color Cylindrical-coordinate representation of color #5A7BFF: hue angle of 228º 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 #5A7BFF is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 123 | 255 | - |
| CMYK | 0.65 | 0.52 | 0 | 0 |
| HSL | 228º | 1% | 0.68% | - |
| HSV(B) | 228º | 0.65% | 1% | - |
| XYZ | 29.35 | 23.56 | 97.61 | - |
| YUV | 128.18 | 199.57 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 255 | 0.65 | 0.52 | 0 | 0 | 228 | 1 | 0.68 |
| Hex | 5A | 7B | FF | 41 | 34 | 0 | 0 | E4 | 64 | 44 |
| Octal | 132 | 173 | 377 | 101 | 64 | 0 | 0 | 344 | 144 | 104 |
| Binary | 1011010 | 1111011 | 11111111 | 1000001 | 110100 | 0 | 0 | 11100100 | 1100100 | 1000100 |
Color Harmonies of #5A7BFF
Complementary color
Monochromatic Colors of #5A7BFF
Black with #5A7BFF
Text Example
Text Example
White with #5A7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7BFF; }
p { color: rgb(90,123,255); }
H1.HeaderClassName
{
color: #5A7BFF;
}
.AnyTagClassName
{
color: #5A7BFF;
}
</style>
background-color css
<style>
a { background-color: #5A7BFF; }
a { background-color: rgb(90,123,255); }
div.DivClassName
{
background-color: #5A7BFF;
}
.BgClassName
{
background-color: #5A7BFF;
}
</style>
border-color css
<style>
span { border-color: #5A7BFF; }
span { border-color: rgb(90,123,255); }
td.TdClassName
{
border-color: #5A7BFF;
}
.TagClassName
{
border-color: #5A7BFF;
}
</style>