Shades of Cornflower Blue #488BFD
Tints of Cornflower Blue #488BFD
RGB
CMYK
RGB Variations
Color information
#488BFD (or 0x488BFD) is known color: Cornflower Blue. HEX triplet: 48, 8B and FD. RGB value is (72,139,253). Sum of RGB (Red+Green+Blue) = 72+139+253=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #488BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488BFD is #B77402. Grayscale: #838383. Windows color (decimal): -12022787 or 16616264. OLE color: 16616264.
HSL color Cylindrical-coordinate representation of color #488BFD: hue angle of 217.79º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #488BFD is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 139 | 253 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.01 |
| HSL | 217.79º | 0.98% | 0.64% | - |
| HSV(B) | 217.79º | 0.72% | 0.99% | - |
| XYZ | 29.63 | 26.93 | 96.57 | - |
| YUV | 131.96 | 196.3 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 253 | 0.72 | 0.45 | 0 | 0.01 | 217.79 | 0.98 | 0.64 |
| Hex | 48 | 8B | FD | 48 | 2D | 0 | 1 | DA | 62 | 40 |
| Octal | 110 | 213 | 375 | 110 | 55 | 0 | 1 | 332 | 142 | 100 |
| Binary | 1001000 | 10001011 | 11111101 | 1001000 | 101101 | 0 | 1 | 11011010 | 1100010 | 1000000 |
Color Harmonies of #488BFD
Complementary color
Monochromatic Colors of #488BFD
Black with #488BFD
Text Example
Text Example
White with #488BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BFD; }
p { color: rgb(72,139,253); }
H1.HeaderClassName
{
color: #488BFD;
}
.AnyTagClassName
{
color: #488BFD;
}
</style>
background-color css
<style>
a { background-color: #488BFD; }
a { background-color: rgb(72,139,253); }
div.DivClassName
{
background-color: #488BFD;
}
.BgClassName
{
background-color: #488BFD;
}
</style>
border-color css
<style>
span { border-color: #488BFD; }
span { border-color: rgb(72,139,253); }
td.TdClassName
{
border-color: #488BFD;
}
.TagClassName
{
border-color: #488BFD;
}
</style>