Shades of Cornflower Blue #718CFD
Tints of Cornflower Blue #718CFD
RGB
CMYK
RGB Variations
Color information
#718CFD (or 0x718CFD) is known color: Cornflower Blue. HEX triplet: 71, 8C and FD. RGB value is (113,140,253). Sum of RGB (Red+Green+Blue) = 113+140+253=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #718CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718CFD is #8E7302. Grayscale: #909090. Windows color (decimal): -9335555 or 16616561. OLE color: 16616561.
HSL color Cylindrical-coordinate representation of color #718CFD: hue angle of 228.43º 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 #718CFD is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 140 | 253 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.01 |
| HSL | 228.43º | 0.97% | 0.72% | - |
| HSV(B) | 228.43º | 0.55% | 0.99% | - |
| XYZ | 33.92 | 29.36 | 96.81 | - |
| YUV | 144.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 253 | 0.55 | 0.45 | 0 | 0.01 | 228.43 | 0.97 | 0.72 |
| Hex | 71 | 8C | FD | 37 | 2D | 0 | 1 | E4 | 61 | 48 |
| Octal | 161 | 214 | 375 | 67 | 55 | 0 | 1 | 344 | 141 | 110 |
| Binary | 1110001 | 10001100 | 11111101 | 110111 | 101101 | 0 | 1 | 11100100 | 1100001 | 1001000 |
Color Harmonies of #718CFD
Complementary color
Monochromatic Colors of #718CFD
Black with #718CFD
Text Example
Text Example
White with #718CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CFD; }
p { color: rgb(113,140,253); }
H1.HeaderClassName
{
color: #718CFD;
}
.AnyTagClassName
{
color: #718CFD;
}
</style>
background-color css
<style>
a { background-color: #718CFD; }
a { background-color: rgb(113,140,253); }
div.DivClassName
{
background-color: #718CFD;
}
.BgClassName
{
background-color: #718CFD;
}
</style>
border-color css
<style>
span { border-color: #718CFD; }
span { border-color: rgb(113,140,253); }
td.TdClassName
{
border-color: #718CFD;
}
.TagClassName
{
border-color: #718CFD;
}
</style>