Shades of Cornflower Blue #5A85FD
Tints of Cornflower Blue #5A85FD
RGB
CMYK
RGB Variations
Color information
#5A85FD (or 0x5A85FD) is known color: Cornflower Blue. HEX triplet: 5A, 85 and FD. RGB value is (90,133,253). Sum of RGB (Red+Green+Blue) = 90+133+253=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A85FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A85FD is #A57A02. Grayscale: #858585. Windows color (decimal): -10844675 or 16614746. OLE color: 16614746.
HSL color Cylindrical-coordinate representation of color #5A85FD: hue angle of 224.17º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A85FD is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 133 | 253 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.01 |
| HSL | 224.17º | 0.98% | 0.67% | - |
| HSV(B) | 224.17º | 0.64% | 0.99% | - |
| XYZ | 30.33 | 26.04 | 96.36 | - |
| YUV | 133.82 | 195.25 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 253 | 0.64 | 0.47 | 0 | 0.01 | 224.17 | 0.98 | 0.67 |
| Hex | 5A | 85 | FD | 40 | 2F | 0 | 1 | E0 | 62 | 43 |
| Octal | 132 | 205 | 375 | 100 | 57 | 0 | 1 | 340 | 142 | 103 |
| Binary | 1011010 | 10000101 | 11111101 | 1000000 | 101111 | 0 | 1 | 11100000 | 1100010 | 1000011 |
Color Harmonies of #5A85FD
Complementary color
Monochromatic Colors of #5A85FD
Black with #5A85FD
Text Example
Text Example
White with #5A85FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A85FD; }
p { color: rgb(90,133,253); }
H1.HeaderClassName
{
color: #5A85FD;
}
.AnyTagClassName
{
color: #5A85FD;
}
</style>
background-color css
<style>
a { background-color: #5A85FD; }
a { background-color: rgb(90,133,253); }
div.DivClassName
{
background-color: #5A85FD;
}
.BgClassName
{
background-color: #5A85FD;
}
</style>
border-color css
<style>
span { border-color: #5A85FD; }
span { border-color: rgb(90,133,253); }
td.TdClassName
{
border-color: #5A85FD;
}
.TagClassName
{
border-color: #5A85FD;
}
</style>