Shades of Cornflower Blue #5189FB
Tints of Cornflower Blue #5189FB
RGB
CMYK
RGB Variations
Color information
#5189FB (or 0x5189FB) is known color: Cornflower Blue. HEX triplet: 51, 89 and FB. RGB value is (81,137,251). Sum of RGB (Red+Green+Blue) = 81+137+251=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #5189FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5189FB is #AE7604. Grayscale: #848484. Windows color (decimal): -11433477 or 16484689. OLE color: 16484689.
HSL color Cylindrical-coordinate representation of color #5189FB: hue angle of 220.24º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5189FB is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 137 | 251 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.02 |
| HSL | 220.24º | 0.96% | 0.65% | - |
| HSV(B) | 220.24º | 0.68% | 0.98% | - |
| XYZ | 29.75 | 26.61 | 94.83 | - |
| YUV | 133.25 | 194.45 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 251 | 0.68 | 0.45 | 0 | 0.02 | 220.24 | 0.96 | 0.65 |
| Hex | 51 | 89 | FB | 44 | 2D | 0 | 2 | DC | 60 | 41 |
| Octal | 121 | 211 | 373 | 104 | 55 | 0 | 2 | 334 | 140 | 101 |
| Binary | 1010001 | 10001001 | 11111011 | 1000100 | 101101 | 0 | 10 | 11011100 | 1100000 | 1000001 |
Color Harmonies of #5189FB
Complementary color
Monochromatic Colors of #5189FB
Black with #5189FB
Text Example
Text Example
White with #5189FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5189FB; }
p { color: rgb(81,137,251); }
H1.HeaderClassName
{
color: #5189FB;
}
.AnyTagClassName
{
color: #5189FB;
}
</style>
background-color css
<style>
a { background-color: #5189FB; }
a { background-color: rgb(81,137,251); }
div.DivClassName
{
background-color: #5189FB;
}
.BgClassName
{
background-color: #5189FB;
}
</style>
border-color css
<style>
span { border-color: #5189FB; }
span { border-color: rgb(81,137,251); }
td.TdClassName
{
border-color: #5189FB;
}
.TagClassName
{
border-color: #5189FB;
}
</style>