Shades of Cornflower Blue #5A83FB
Tints of Cornflower Blue #5A83FB
RGB
CMYK
RGB Variations
Color information
#5A83FB (or 0x5A83FB) is known color: Cornflower Blue. HEX triplet: 5A, 83 and FB. RGB value is (90,131,251). Sum of RGB (Red+Green+Blue) = 90+131+251=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A83FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A83FB is #A57C04. Grayscale: #838383. Windows color (decimal): -10845189 or 16483162. OLE color: 16483162.
HSL color Cylindrical-coordinate representation of color #5A83FB: hue angle of 224.72º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A83FB is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 131 | 251 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.02 |
| HSL | 224.72º | 0.95% | 0.67% | - |
| HSV(B) | 224.72º | 0.64% | 0.98% | - |
| XYZ | 29.75 | 25.37 | 94.6 | - |
| YUV | 132.42 | 194.92 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 131 | 251 | 0.64 | 0.48 | 0 | 0.02 | 224.72 | 0.95 | 0.67 |
| Hex | 5A | 83 | FB | 40 | 30 | 0 | 2 | E1 | 5F | 43 |
| Octal | 132 | 203 | 373 | 100 | 60 | 0 | 2 | 341 | 137 | 103 |
| Binary | 1011010 | 10000011 | 11111011 | 1000000 | 110000 | 0 | 10 | 11100001 | 1011111 | 1000011 |
Color Harmonies of #5A83FB
Complementary color
Monochromatic Colors of #5A83FB
Black with #5A83FB
Text Example
Text Example
White with #5A83FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A83FB; }
p { color: rgb(90,131,251); }
H1.HeaderClassName
{
color: #5A83FB;
}
.AnyTagClassName
{
color: #5A83FB;
}
</style>
background-color css
<style>
a { background-color: #5A83FB; }
a { background-color: rgb(90,131,251); }
div.DivClassName
{
background-color: #5A83FB;
}
.BgClassName
{
background-color: #5A83FB;
}
</style>
border-color css
<style>
span { border-color: #5A83FB; }
span { border-color: rgb(90,131,251); }
td.TdClassName
{
border-color: #5A83FB;
}
.TagClassName
{
border-color: #5A83FB;
}
</style>