Shades of Cornflower Blue #5394FB
Tints of Cornflower Blue #5394FB
RGB
CMYK
RGB Variations
Color information
#5394FB (or 0x5394FB) is known color: Cornflower Blue. HEX triplet: 53, 94 and FB. RGB value is (83,148,251). Sum of RGB (Red+Green+Blue) = 83+148+251=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #5394FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5394FB is #AC6B04. Grayscale: #8B8B8B. Windows color (decimal): -11299589 or 16487507. OLE color: 16487507.
HSL color Cylindrical-coordinate representation of color #5394FB: hue angle of 216.79º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5394FB is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 148 | 251 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.02 |
| HSL | 216.79º | 0.95% | 0.65% | - |
| HSV(B) | 216.79º | 0.67% | 0.98% | - |
| XYZ | 31.57 | 29.98 | 95.39 | - |
| YUV | 140.31 | 190.47 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 251 | 0.67 | 0.41 | 0 | 0.02 | 216.79 | 0.95 | 0.65 |
| Hex | 53 | 94 | FB | 43 | 29 | 0 | 2 | D9 | 5F | 41 |
| Octal | 123 | 224 | 373 | 103 | 51 | 0 | 2 | 331 | 137 | 101 |
| Binary | 1010011 | 10010100 | 11111011 | 1000011 | 101001 | 0 | 10 | 11011001 | 1011111 | 1000001 |
Color Harmonies of #5394FB
Complementary color
Monochromatic Colors of #5394FB
Black with #5394FB
Text Example
Text Example
White with #5394FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5394FB; }
p { color: rgb(83,148,251); }
H1.HeaderClassName
{
color: #5394FB;
}
.AnyTagClassName
{
color: #5394FB;
}
</style>
background-color css
<style>
a { background-color: #5394FB; }
a { background-color: rgb(83,148,251); }
div.DivClassName
{
background-color: #5394FB;
}
.BgClassName
{
background-color: #5394FB;
}
</style>
border-color css
<style>
span { border-color: #5394FB; }
span { border-color: rgb(83,148,251); }
td.TdClassName
{
border-color: #5394FB;
}
.TagClassName
{
border-color: #5394FB;
}
</style>