Shades of Cornflower Blue #728BFD
Tints of Cornflower Blue #728BFD
RGB
CMYK
RGB Variations
Color information
#728BFD (or 0x728BFD) is known color: Cornflower Blue. HEX triplet: 72, 8B and FD. RGB value is (114,139,253). Sum of RGB (Red+Green+Blue) = 114+139+253=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 139 (54.69% from 255 or 27.47% 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 #728BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BFD is #8D7402. Grayscale: #909090. Windows color (decimal): -9270275 or 16616306. OLE color: 16616306.
HSL color Cylindrical-coordinate representation of color #728BFD: hue angle of 229.21º 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 #728BFD is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 139 | 253 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.01 |
| HSL | 229.21º | 0.97% | 0.72% | - |
| HSV(B) | 229.21º | 0.55% | 0.99% | - |
| XYZ | 33.9 | 29.13 | 96.77 | - |
| YUV | 144.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 253 | 0.55 | 0.45 | 0 | 0.01 | 229.21 | 0.97 | 0.72 |
| Hex | 72 | 8B | FD | 37 | 2D | 0 | 1 | E5 | 61 | 48 |
| Octal | 162 | 213 | 375 | 67 | 55 | 0 | 1 | 345 | 141 | 110 |
| Binary | 1110010 | 10001011 | 11111101 | 110111 | 101101 | 0 | 1 | 11100101 | 1100001 | 1001000 |
Color Harmonies of #728BFD
Complementary color
Monochromatic Colors of #728BFD
Black with #728BFD
Text Example
Text Example
White with #728BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BFD; }
p { color: rgb(114,139,253); }
H1.HeaderClassName
{
color: #728BFD;
}
.AnyTagClassName
{
color: #728BFD;
}
</style>
background-color css
<style>
a { background-color: #728BFD; }
a { background-color: rgb(114,139,253); }
div.DivClassName
{
background-color: #728BFD;
}
.BgClassName
{
background-color: #728BFD;
}
</style>
border-color css
<style>
span { border-color: #728BFD; }
span { border-color: rgb(114,139,253); }
td.TdClassName
{
border-color: #728BFD;
}
.TagClassName
{
border-color: #728BFD;
}
</style>