Shades of Cornflower Blue #5D90F8
Tints of Cornflower Blue #5D90F8
RGB
CMYK
RGB Variations
Color information
#5D90F8 (or 0x5D90F8) is known color: Cornflower Blue. HEX triplet: 5D, 90 and F8. RGB value is (93,144,248). Sum of RGB (Red+Green+Blue) = 93+144+248=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #5D90F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D90F8 is #A26F07. Grayscale: #8C8C8C. Windows color (decimal): -10645256 or 16289885. OLE color: 16289885.
HSL color Cylindrical-coordinate representation of color #5D90F8: hue angle of 220.26º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D90F8 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 144 | 248 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.03 |
| HSL | 220.26º | 0.92% | 0.67% | - |
| HSV(B) | 220.26º | 0.63% | 0.97% | - |
| XYZ | 31.43 | 29.05 | 92.76 | - |
| YUV | 140.61 | 188.6 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 248 | 0.62 | 0.42 | 0 | 0.03 | 220.26 | 0.92 | 0.67 |
| Hex | 5D | 90 | F8 | 3E | 2A | 0 | 3 | DC | 5C | 43 |
| Octal | 135 | 220 | 370 | 76 | 52 | 0 | 3 | 334 | 134 | 103 |
| Binary | 1011101 | 10010000 | 11111000 | 111110 | 101010 | 0 | 11 | 11011100 | 1011100 | 1000011 |
Color Harmonies of #5D90F8
Complementary color
Monochromatic Colors of #5D90F8
Black with #5D90F8
Text Example
Text Example
White with #5D90F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D90F8; }
p { color: rgb(93,144,248); }
H1.HeaderClassName
{
color: #5D90F8;
}
.AnyTagClassName
{
color: #5D90F8;
}
</style>
background-color css
<style>
a { background-color: #5D90F8; }
a { background-color: rgb(93,144,248); }
div.DivClassName
{
background-color: #5D90F8;
}
.BgClassName
{
background-color: #5D90F8;
}
</style>
border-color css
<style>
span { border-color: #5D90F8; }
span { border-color: rgb(93,144,248); }
td.TdClassName
{
border-color: #5D90F8;
}
.TagClassName
{
border-color: #5D90F8;
}
</style>