Shades of Cornflower Blue #5DACFD
Tints of Cornflower Blue #5DACFD
RGB
CMYK
RGB Variations
Color information
#5DACFD (or 0x5DACFD) is known color: Cornflower Blue. HEX triplet: 5D, AC and FD. RGB value is (93,172,253). Sum of RGB (Red+Green+Blue) = 93+172+253=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACFD is #A25302. Grayscale: #9D9D9D. Windows color (decimal): -10638083 or 16624733. OLE color: 16624733.
HSL color Cylindrical-coordinate representation of color #5DACFD: hue angle of 210.38º 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 #5DACFD is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 172 | 253 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.01 |
| HSL | 210.38º | 0.98% | 0.68% | - |
| HSV(B) | 210.38º | 0.63% | 0.99% | - |
| XYZ | 37 | 38.92 | 98.49 | - |
| YUV | 157.61 | 181.83 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 253 | 0.63 | 0.32 | 0 | 0.01 | 210.38 | 0.98 | 0.68 |
| Hex | 5D | AC | FD | 3F | 20 | 0 | 1 | D2 | 62 | 44 |
| Octal | 135 | 254 | 375 | 77 | 40 | 0 | 1 | 322 | 142 | 104 |
| Binary | 1011101 | 10101100 | 11111101 | 111111 | 100000 | 0 | 1 | 11010010 | 1100010 | 1000100 |
Color Harmonies of #5DACFD
Complementary color
Monochromatic Colors of #5DACFD
Black with #5DACFD
Text Example
Text Example
White with #5DACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACFD; }
p { color: rgb(93,172,253); }
H1.HeaderClassName
{
color: #5DACFD;
}
.AnyTagClassName
{
color: #5DACFD;
}
</style>
background-color css
<style>
a { background-color: #5DACFD; }
a { background-color: rgb(93,172,253); }
div.DivClassName
{
background-color: #5DACFD;
}
.BgClassName
{
background-color: #5DACFD;
}
</style>
border-color css
<style>
span { border-color: #5DACFD; }
span { border-color: rgb(93,172,253); }
td.TdClassName
{
border-color: #5DACFD;
}
.TagClassName
{
border-color: #5DACFD;
}
</style>