Shades of Cornflower Blue #5391FA
Tints of Cornflower Blue #5391FA
RGB
CMYK
RGB Variations
Color information
#5391FA (or 0x5391FA) is known color: Cornflower Blue. HEX triplet: 53, 91 and FA. RGB value is (83,145,250). Sum of RGB (Red+Green+Blue) = 83+145+250=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #5391FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5391FA is #AC6E05. Grayscale: #898989. Windows color (decimal): -11300358 or 16421203. OLE color: 16421203.
HSL color Cylindrical-coordinate representation of color #5391FA: hue angle of 217.72º degrees, saturation: 0.94, 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 #5391FA is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 145 | 250 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.02 |
| HSL | 217.72º | 0.94% | 0.65% | - |
| HSV(B) | 217.72º | 0.67% | 0.98% | - |
| XYZ | 30.95 | 28.99 | 94.41 | - |
| YUV | 138.43 | 190.96 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 145 | 250 | 0.67 | 0.42 | 0 | 0.02 | 217.72 | 0.94 | 0.65 |
| Hex | 53 | 91 | FA | 43 | 2A | 0 | 2 | DA | 5E | 41 |
| Octal | 123 | 221 | 372 | 103 | 52 | 0 | 2 | 332 | 136 | 101 |
| Binary | 1010011 | 10010001 | 11111010 | 1000011 | 101010 | 0 | 10 | 11011010 | 1011110 | 1000001 |
Color Harmonies of #5391FA
Complementary color
Monochromatic Colors of #5391FA
Black with #5391FA
Text Example
Text Example
White with #5391FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5391FA; }
p { color: rgb(83,145,250); }
H1.HeaderClassName
{
color: #5391FA;
}
.AnyTagClassName
{
color: #5391FA;
}
</style>
background-color css
<style>
a { background-color: #5391FA; }
a { background-color: rgb(83,145,250); }
div.DivClassName
{
background-color: #5391FA;
}
.BgClassName
{
background-color: #5391FA;
}
</style>
border-color css
<style>
span { border-color: #5391FA; }
span { border-color: rgb(83,145,250); }
td.TdClassName
{
border-color: #5391FA;
}
.TagClassName
{
border-color: #5391FA;
}
</style>