Shades of Cornflower Blue #5394FF
Tints of Cornflower Blue #5394FF
RGB
CMYK
RGB Variations
Color information
#5394FF (or 0x5394FF) is known color: Cornflower Blue. HEX triplet: 53, 94 and FF. RGB value is (83,148,255). Sum of RGB (Red+Green+Blue) = 83+148+255=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #5394FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5394FF is #AC6B00. Grayscale: #8C8C8C. Windows color (decimal): -11299585 or 16749651. OLE color: 16749651.
HSL color Cylindrical-coordinate representation of color #5394FF: hue angle of 217.33º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5394FF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 148 | 255 | - |
| CMYK | 0.67 | 0.42 | 0 | 0 |
| HSL | 217.33º | 1% | 0.66% | - |
| HSV(B) | 217.33º | 0.67% | 1% | - |
| XYZ | 32.21 | 30.24 | 98.75 | - |
| YUV | 140.76 | 192.47 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 255 | 0.67 | 0.42 | 0 | 0 | 217.33 | 1 | 0.66 |
| Hex | 53 | 94 | FF | 43 | 2A | 0 | 0 | D9 | 64 | 42 |
| Octal | 123 | 224 | 377 | 103 | 52 | 0 | 0 | 331 | 144 | 102 |
| Binary | 1010011 | 10010100 | 11111111 | 1000011 | 101010 | 0 | 0 | 11011001 | 1100100 | 1000010 |
Color Harmonies of #5394FF
Complementary color
Monochromatic Colors of #5394FF
Black with #5394FF
Text Example
Text Example
White with #5394FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5394FF; }
p { color: rgb(83,148,255); }
H1.HeaderClassName
{
color: #5394FF;
}
.AnyTagClassName
{
color: #5394FF;
}
</style>
background-color css
<style>
a { background-color: #5394FF; }
a { background-color: rgb(83,148,255); }
div.DivClassName
{
background-color: #5394FF;
}
.BgClassName
{
background-color: #5394FF;
}
</style>
border-color css
<style>
span { border-color: #5394FF; }
span { border-color: rgb(83,148,255); }
td.TdClassName
{
border-color: #5394FF;
}
.TagClassName
{
border-color: #5394FF;
}
</style>