Shades of Cornflower Blue #5395F8
Tints of Cornflower Blue #5395F8
RGB
CMYK
RGB Variations
Color information
#5395F8 (or 0x5395F8) is known color: Cornflower Blue. HEX triplet: 53, 95 and F8. RGB value is (83,149,248). Sum of RGB (Red+Green+Blue) = 83+149+248=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #5395F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5395F8 is #AC6A07. Grayscale: #8C8C8C. Windows color (decimal): -11299336 or 16291155. OLE color: 16291155.
HSL color Cylindrical-coordinate representation of color #5395F8: hue angle of 216º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5395F8 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 149 | 248 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.03 |
| HSL | 216º | 0.92% | 0.65% | - |
| HSV(B) | 216º | 0.67% | 0.97% | - |
| XYZ | 31.26 | 30.11 | 92.97 | - |
| YUV | 140.55 | 188.63 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 149 | 248 | 0.67 | 0.40 | 0 | 0.03 | 216 | 0.92 | 0.65 |
| Hex | 53 | 95 | F8 | 43 | 28 | 0 | 3 | D8 | 5C | 41 |
| Octal | 123 | 225 | 370 | 103 | 50 | 0 | 3 | 330 | 134 | 101 |
| Binary | 1010011 | 10010101 | 11111000 | 1000011 | 101000 | 0 | 11 | 11011000 | 1011100 | 1000001 |
Color Harmonies of #5395F8
Complementary color
Monochromatic Colors of #5395F8
Black with #5395F8
Text Example
Text Example
White with #5395F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5395F8; }
p { color: rgb(83,149,248); }
H1.HeaderClassName
{
color: #5395F8;
}
.AnyTagClassName
{
color: #5395F8;
}
</style>
background-color css
<style>
a { background-color: #5395F8; }
a { background-color: rgb(83,149,248); }
div.DivClassName
{
background-color: #5395F8;
}
.BgClassName
{
background-color: #5395F8;
}
</style>
border-color css
<style>
span { border-color: #5395F8; }
span { border-color: rgb(83,149,248); }
td.TdClassName
{
border-color: #5395F8;
}
.TagClassName
{
border-color: #5395F8;
}
</style>