Shades of Cornflower Blue #578BFB
Tints of Cornflower Blue #578BFB
RGB
CMYK
RGB Variations
Color information
#578BFB (or 0x578BFB) is known color: Cornflower Blue. HEX triplet: 57, 8B and FB. RGB value is (87,139,251). Sum of RGB (Red+Green+Blue) = 87+139+251=477 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.24% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #578BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #578BFB is #A87404. Grayscale: #878787. Windows color (decimal): -11039749 or 16485207. OLE color: 16485207.
HSL color Cylindrical-coordinate representation of color #578BFB: hue angle of 220.98º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #578BFB is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 139 | 251 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.02 |
| HSL | 220.98º | 0.95% | 0.66% | - |
| HSV(B) | 220.98º | 0.65% | 0.98% | - |
| XYZ | 30.58 | 27.46 | 94.95 | - |
| YUV | 136.22 | 192.77 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 251 | 0.65 | 0.45 | 0 | 0.02 | 220.98 | 0.95 | 0.66 |
| Hex | 57 | 8B | FB | 41 | 2D | 0 | 2 | DD | 5F | 42 |
| Octal | 127 | 213 | 373 | 101 | 55 | 0 | 2 | 335 | 137 | 102 |
| Binary | 1010111 | 10001011 | 11111011 | 1000001 | 101101 | 0 | 10 | 11011101 | 1011111 | 1000010 |
Color Harmonies of #578BFB
Complementary color
Monochromatic Colors of #578BFB
Black with #578BFB
Text Example
Text Example
White with #578BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578BFB; }
p { color: rgb(87,139,251); }
H1.HeaderClassName
{
color: #578BFB;
}
.AnyTagClassName
{
color: #578BFB;
}
</style>
background-color css
<style>
a { background-color: #578BFB; }
a { background-color: rgb(87,139,251); }
div.DivClassName
{
background-color: #578BFB;
}
.BgClassName
{
background-color: #578BFB;
}
</style>
border-color css
<style>
span { border-color: #578BFB; }
span { border-color: rgb(87,139,251); }
td.TdClassName
{
border-color: #578BFB;
}
.TagClassName
{
border-color: #578BFB;
}
</style>