Shades of Cornflower Blue #5395FE
Tints of Cornflower Blue #5395FE
RGB
CMYK
RGB Variations
Color information
#5395FE (or 0x5395FE) is known color: Cornflower Blue. HEX triplet: 53, 95 and FE. RGB value is (83,149,254). Sum of RGB (Red+Green+Blue) = 83+149+254=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #5395FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5395FE is #AC6A01. Grayscale: #8C8C8C. Windows color (decimal): -11299330 or 16684371. OLE color: 16684371.
HSL color Cylindrical-coordinate representation of color #5395FE: hue angle of 216.84º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5395FE is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 149 | 254 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.00 |
| HSL | 216.84º | 0.99% | 0.66% | - |
| HSV(B) | 216.84º | 0.67% | 1% | - |
| XYZ | 32.2 | 30.49 | 97.95 | - |
| YUV | 141.24 | 191.63 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 149 | 254 | 0.67 | 0.41 | 0 | 0.00 | 216.84 | 0.99 | 0.66 |
| Hex | 53 | 95 | FE | 43 | 29 | 0 | 0 | D9 | 63 | 42 |
| Octal | 123 | 225 | 376 | 103 | 51 | 0 | 0 | 331 | 143 | 102 |
| Binary | 1010011 | 10010101 | 11111110 | 1000011 | 101001 | 0 | 0 | 11011001 | 1100011 | 1000010 |
Color Harmonies of #5395FE
Complementary color
Monochromatic Colors of #5395FE
Black with #5395FE
Text Example
Text Example
White with #5395FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5395FE; }
p { color: rgb(83,149,254); }
H1.HeaderClassName
{
color: #5395FE;
}
.AnyTagClassName
{
color: #5395FE;
}
</style>
background-color css
<style>
a { background-color: #5395FE; }
a { background-color: rgb(83,149,254); }
div.DivClassName
{
background-color: #5395FE;
}
.BgClassName
{
background-color: #5395FE;
}
</style>
border-color css
<style>
span { border-color: #5395FE; }
span { border-color: rgb(83,149,254); }
td.TdClassName
{
border-color: #5395FE;
}
.TagClassName
{
border-color: #5395FE;
}
</style>