Shades of Cornflower Blue #718BFD
Tints of Cornflower Blue #718BFD
RGB
CMYK
RGB Variations
Color information
#718BFD (or 0x718BFD) is known color: Cornflower Blue. HEX triplet: 71, 8B and FD. RGB value is (113,139,253). Sum of RGB (Red+Green+Blue) = 113+139+253=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #718BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718BFD is #8E7402. Grayscale: #8F8F8F. Windows color (decimal): -9335811 or 16616305. OLE color: 16616305.
HSL color Cylindrical-coordinate representation of color #718BFD: hue angle of 228.86º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #718BFD is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 139 | 253 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.01 |
| HSL | 228.86º | 0.97% | 0.72% | - |
| HSV(B) | 228.86º | 0.55% | 0.99% | - |
| XYZ | 33.77 | 29.07 | 96.76 | - |
| YUV | 144.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 253 | 0.55 | 0.45 | 0 | 0.01 | 228.86 | 0.97 | 0.72 |
| Hex | 71 | 8B | FD | 37 | 2D | 0 | 1 | E5 | 61 | 48 |
| Octal | 161 | 213 | 375 | 67 | 55 | 0 | 1 | 345 | 141 | 110 |
| Binary | 1110001 | 10001011 | 11111101 | 110111 | 101101 | 0 | 1 | 11100101 | 1100001 | 1001000 |
Color Harmonies of #718BFD
Complementary color
Monochromatic Colors of #718BFD
Black with #718BFD
Text Example
Text Example
White with #718BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BFD; }
p { color: rgb(113,139,253); }
H1.HeaderClassName
{
color: #718BFD;
}
.AnyTagClassName
{
color: #718BFD;
}
</style>
background-color css
<style>
a { background-color: #718BFD; }
a { background-color: rgb(113,139,253); }
div.DivClassName
{
background-color: #718BFD;
}
.BgClassName
{
background-color: #718BFD;
}
</style>
border-color css
<style>
span { border-color: #718BFD; }
span { border-color: rgb(113,139,253); }
td.TdClassName
{
border-color: #718BFD;
}
.TagClassName
{
border-color: #718BFD;
}
</style>