Shades of Cornflower Blue #5DA5FD
Tints of Cornflower Blue #5DA5FD
RGB
CMYK
RGB Variations
Color information
#5DA5FD (or 0x5DA5FD) is known color: Cornflower Blue. HEX triplet: 5D, A5 and FD. RGB value is (93,165,253). Sum of RGB (Red+Green+Blue) = 93+165+253=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DA5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA5FD is #A25A02. Grayscale: #999999. Windows color (decimal): -10639875 or 16622941. OLE color: 16622941.
HSL color Cylindrical-coordinate representation of color #5DA5FD: hue angle of 213º degrees, saturation: 0.98, 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 #5DA5FD is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 165 | 253 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.01 |
| HSL | 213º | 0.98% | 0.68% | - |
| HSV(B) | 213º | 0.63% | 0.99% | - |
| XYZ | 35.7 | 36.33 | 98.06 | - |
| YUV | 153.5 | 184.15 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 165 | 253 | 0.63 | 0.35 | 0 | 0.01 | 213 | 0.98 | 0.68 |
| Hex | 5D | A5 | FD | 3F | 23 | 0 | 1 | D5 | 62 | 44 |
| Octal | 135 | 245 | 375 | 77 | 43 | 0 | 1 | 325 | 142 | 104 |
| Binary | 1011101 | 10100101 | 11111101 | 111111 | 100011 | 0 | 1 | 11010101 | 1100010 | 1000100 |
Color Harmonies of #5DA5FD
Complementary color
Monochromatic Colors of #5DA5FD
Black with #5DA5FD
Text Example
Text Example
White with #5DA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA5FD; }
p { color: rgb(93,165,253); }
H1.HeaderClassName
{
color: #5DA5FD;
}
.AnyTagClassName
{
color: #5DA5FD;
}
</style>
background-color css
<style>
a { background-color: #5DA5FD; }
a { background-color: rgb(93,165,253); }
div.DivClassName
{
background-color: #5DA5FD;
}
.BgClassName
{
background-color: #5DA5FD;
}
</style>
border-color css
<style>
span { border-color: #5DA5FD; }
span { border-color: rgb(93,165,253); }
td.TdClassName
{
border-color: #5DA5FD;
}
.TagClassName
{
border-color: #5DA5FD;
}
</style>