Shades of Cornflower Blue #5D8BFD
Tints of Cornflower Blue #5D8BFD
RGB
CMYK
RGB Variations
Color information
#5D8BFD (or 0x5D8BFD) is known color: Cornflower Blue. HEX triplet: 5D, 8B and FD. RGB value is (93,139,253). Sum of RGB (Red+Green+Blue) = 93+139+253=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D8BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D8BFD is #A27402. Grayscale: #898989. Windows color (decimal): -10646531 or 16616285. OLE color: 16616285.
HSL color Cylindrical-coordinate representation of color #5D8BFD: hue angle of 222.75º 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 #5D8BFD is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 139 | 253 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.01 |
| HSL | 222.75º | 0.98% | 0.68% | - |
| HSV(B) | 222.75º | 0.63% | 0.99% | - |
| XYZ | 31.48 | 27.88 | 96.65 | - |
| YUV | 138.24 | 192.76 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 139 | 253 | 0.63 | 0.45 | 0 | 0.01 | 222.75 | 0.98 | 0.68 |
| Hex | 5D | 8B | FD | 3F | 2D | 0 | 1 | DF | 62 | 44 |
| Octal | 135 | 213 | 375 | 77 | 55 | 0 | 1 | 337 | 142 | 104 |
| Binary | 1011101 | 10001011 | 11111101 | 111111 | 101101 | 0 | 1 | 11011111 | 1100010 | 1000100 |
Color Harmonies of #5D8BFD
Complementary color
Monochromatic Colors of #5D8BFD
Black with #5D8BFD
Text Example
Text Example
White with #5D8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8BFD; }
p { color: rgb(93,139,253); }
H1.HeaderClassName
{
color: #5D8BFD;
}
.AnyTagClassName
{
color: #5D8BFD;
}
</style>
background-color css
<style>
a { background-color: #5D8BFD; }
a { background-color: rgb(93,139,253); }
div.DivClassName
{
background-color: #5D8BFD;
}
.BgClassName
{
background-color: #5D8BFD;
}
</style>
border-color css
<style>
span { border-color: #5D8BFD; }
span { border-color: rgb(93,139,253); }
td.TdClassName
{
border-color: #5D8BFD;
}
.TagClassName
{
border-color: #5D8BFD;
}
</style>