Shades of Cornflower Blue #5AA5FD
Tints of Cornflower Blue #5AA5FD
RGB
CMYK
RGB Variations
Color information
#5AA5FD (or 0x5AA5FD) is known color: Cornflower Blue. HEX triplet: 5A, A5 and FD. RGB value is (90,165,253). Sum of RGB (Red+Green+Blue) = 90+165+253=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AA5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA5FD is #A55A02. Grayscale: #989898. Windows color (decimal): -10836483 or 16622938. OLE color: 16622938.
HSL color Cylindrical-coordinate representation of color #5AA5FD: hue angle of 212.39º 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 #5AA5FD is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 165 | 253 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.01 |
| HSL | 212.39º | 0.98% | 0.67% | - |
| HSV(B) | 212.39º | 0.64% | 0.99% | - |
| XYZ | 35.4 | 36.18 | 98.05 | - |
| YUV | 152.61 | 184.65 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 165 | 253 | 0.64 | 0.35 | 0 | 0.01 | 212.39 | 0.98 | 0.67 |
| Hex | 5A | A5 | FD | 40 | 23 | 0 | 1 | D4 | 62 | 43 |
| Octal | 132 | 245 | 375 | 100 | 43 | 0 | 1 | 324 | 142 | 103 |
| Binary | 1011010 | 10100101 | 11111101 | 1000000 | 100011 | 0 | 1 | 11010100 | 1100010 | 1000011 |
Color Harmonies of #5AA5FD
Complementary color
Monochromatic Colors of #5AA5FD
Black with #5AA5FD
Text Example
Text Example
White with #5AA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA5FD; }
p { color: rgb(90,165,253); }
H1.HeaderClassName
{
color: #5AA5FD;
}
.AnyTagClassName
{
color: #5AA5FD;
}
</style>
background-color css
<style>
a { background-color: #5AA5FD; }
a { background-color: rgb(90,165,253); }
div.DivClassName
{
background-color: #5AA5FD;
}
.BgClassName
{
background-color: #5AA5FD;
}
</style>
border-color css
<style>
span { border-color: #5AA5FD; }
span { border-color: rgb(90,165,253); }
td.TdClassName
{
border-color: #5AA5FD;
}
.TagClassName
{
border-color: #5AA5FD;
}
</style>