Shades of Cornflower Blue #5D84FD
Tints of Cornflower Blue #5D84FD
RGB
CMYK
RGB Variations
Color information
#5D84FD (or 0x5D84FD) is known color: Cornflower Blue. HEX triplet: 5D, 84 and FD. RGB value is (93,132,253). Sum of RGB (Red+Green+Blue) = 93+132+253=478 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.46% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D84FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D84FD is #A27B02. Grayscale: #858585. Windows color (decimal): -10648323 or 16614493. OLE color: 16614493.
HSL color Cylindrical-coordinate representation of color #5D84FD: hue angle of 225.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 #5D84FD is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 132 | 253 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.01 |
| HSL | 225.38º | 0.98% | 0.68% | - |
| HSV(B) | 225.38º | 0.63% | 0.99% | - |
| XYZ | 30.5 | 25.92 | 96.32 | - |
| YUV | 134.13 | 195.08 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 253 | 0.63 | 0.48 | 0 | 0.01 | 225.38 | 0.98 | 0.68 |
| Hex | 5D | 84 | FD | 3F | 30 | 0 | 1 | E1 | 62 | 44 |
| Octal | 135 | 204 | 375 | 77 | 60 | 0 | 1 | 341 | 142 | 104 |
| Binary | 1011101 | 10000100 | 11111101 | 111111 | 110000 | 0 | 1 | 11100001 | 1100010 | 1000100 |
Color Harmonies of #5D84FD
Complementary color
Monochromatic Colors of #5D84FD
Black with #5D84FD
Text Example
Text Example
White with #5D84FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D84FD; }
p { color: rgb(93,132,253); }
H1.HeaderClassName
{
color: #5D84FD;
}
.AnyTagClassName
{
color: #5D84FD;
}
</style>
background-color css
<style>
a { background-color: #5D84FD; }
a { background-color: rgb(93,132,253); }
div.DivClassName
{
background-color: #5D84FD;
}
.BgClassName
{
background-color: #5D84FD;
}
</style>
border-color css
<style>
span { border-color: #5D84FD; }
span { border-color: rgb(93,132,253); }
td.TdClassName
{
border-color: #5D84FD;
}
.TagClassName
{
border-color: #5D84FD;
}
</style>