Shades of Cornflower Blue #5DAAFC
Tints of Cornflower Blue #5DAAFC
RGB
CMYK
RGB Variations
Color information
#5DAAFC (or 0x5DAAFC) is known color: Cornflower Blue. HEX triplet: 5D, AA and FC. RGB value is (93,170,252). Sum of RGB (Red+Green+Blue) = 93+170+252=515 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.06% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAAFC is #A25503. Grayscale: #9B9B9B. Windows color (decimal): -10638596 or 16558685. OLE color: 16558685.
HSL color Cylindrical-coordinate representation of color #5DAAFC: hue angle of 210.94º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DAAFC is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 170 | 252 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.01 |
| HSL | 210.94º | 0.96% | 0.68% | - |
| HSV(B) | 210.94º | 0.63% | 0.99% | - |
| XYZ | 36.46 | 38.1 | 97.53 | - |
| YUV | 156.33 | 181.99 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 252 | 0.63 | 0.33 | 0 | 0.01 | 210.94 | 0.96 | 0.68 |
| Hex | 5D | AA | FC | 3F | 21 | 0 | 1 | D3 | 60 | 44 |
| Octal | 135 | 252 | 374 | 77 | 41 | 0 | 1 | 323 | 140 | 104 |
| Binary | 1011101 | 10101010 | 11111100 | 111111 | 100001 | 0 | 1 | 11010011 | 1100000 | 1000100 |
Color Harmonies of #5DAAFC
Complementary color
Monochromatic Colors of #5DAAFC
Black with #5DAAFC
Text Example
Text Example
White with #5DAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAAFC; }
p { color: rgb(93,170,252); }
H1.HeaderClassName
{
color: #5DAAFC;
}
.AnyTagClassName
{
color: #5DAAFC;
}
</style>
background-color css
<style>
a { background-color: #5DAAFC; }
a { background-color: rgb(93,170,252); }
div.DivClassName
{
background-color: #5DAAFC;
}
.BgClassName
{
background-color: #5DAAFC;
}
</style>
border-color css
<style>
span { border-color: #5DAAFC; }
span { border-color: rgb(93,170,252); }
td.TdClassName
{
border-color: #5DAAFC;
}
.TagClassName
{
border-color: #5DAAFC;
}
</style>