Shades of Cornflower Blue #718BFB
Tints of Cornflower Blue #718BFB
RGB
CMYK
RGB Variations
Color information
#718BFB (or 0x718BFB) is known color: Cornflower Blue. HEX triplet: 71, 8B and FB. RGB value is (113,139,251). Sum of RGB (Red+Green+Blue) = 113+139+251=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #718BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718BFB is #8E7404. Grayscale: #8F8F8F. Windows color (decimal): -9335813 or 16485233. OLE color: 16485233.
HSL color Cylindrical-coordinate representation of color #718BFB: hue angle of 228.7º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #718BFB is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 139 | 251 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.02 |
| HSL | 228.7º | 0.95% | 0.71% | - |
| HSV(B) | 228.7º | 0.55% | 0.98% | - |
| XYZ | 33.46 | 28.94 | 95.09 | - |
| YUV | 143.99 | 188.39 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 251 | 0.55 | 0.45 | 0 | 0.02 | 228.7 | 0.95 | 0.71 |
| Hex | 71 | 8B | FB | 37 | 2D | 0 | 2 | E5 | 5F | 47 |
| Octal | 161 | 213 | 373 | 67 | 55 | 0 | 2 | 345 | 137 | 107 |
| Binary | 1110001 | 10001011 | 11111011 | 110111 | 101101 | 0 | 10 | 11100101 | 1011111 | 1000111 |
Color Harmonies of #718BFB
Complementary color
Monochromatic Colors of #718BFB
Black with #718BFB
Text Example
Text Example
White with #718BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BFB; }
p { color: rgb(113,139,251); }
H1.HeaderClassName
{
color: #718BFB;
}
.AnyTagClassName
{
color: #718BFB;
}
</style>
background-color css
<style>
a { background-color: #718BFB; }
a { background-color: rgb(113,139,251); }
div.DivClassName
{
background-color: #718BFB;
}
.BgClassName
{
background-color: #718BFB;
}
</style>
border-color css
<style>
span { border-color: #718BFB; }
span { border-color: rgb(113,139,251); }
td.TdClassName
{
border-color: #718BFB;
}
.TagClassName
{
border-color: #718BFB;
}
</style>