Shades of Cornflower Blue #488FFA
Tints of Cornflower Blue #488FFA
RGB
CMYK
RGB Variations
Color information
#488FFA (or 0x488FFA) is known color: Cornflower Blue. HEX triplet: 48, 8F and FA. RGB value is (72,143,250). Sum of RGB (Red+Green+Blue) = 72+143+250=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #488FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488FFA is #B77005. Grayscale: #858585. Windows color (decimal): -12021766 or 16420680. OLE color: 16420680.
HSL color Cylindrical-coordinate representation of color #488FFA: hue angle of 216.07º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #488FFA is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 143 | 250 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.02 |
| HSL | 216.07º | 0.95% | 0.63% | - |
| HSV(B) | 216.07º | 0.71% | 0.98% | - |
| XYZ | 29.75 | 27.92 | 94.26 | - |
| YUV | 133.97 | 193.48 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 250 | 0.71 | 0.43 | 0 | 0.02 | 216.07 | 0.95 | 0.63 |
| Hex | 48 | 8F | FA | 47 | 2B | 0 | 2 | D8 | 5F | 3F |
| Octal | 110 | 217 | 372 | 107 | 53 | 0 | 2 | 330 | 137 | 77 |
| Binary | 1001000 | 10001111 | 11111010 | 1000111 | 101011 | 0 | 10 | 11011000 | 1011111 | 111111 |
Color Harmonies of #488FFA
Complementary color
Monochromatic Colors of #488FFA
Black with #488FFA
Text Example
Text Example
White with #488FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FFA; }
p { color: rgb(72,143,250); }
H1.HeaderClassName
{
color: #488FFA;
}
.AnyTagClassName
{
color: #488FFA;
}
</style>
background-color css
<style>
a { background-color: #488FFA; }
a { background-color: rgb(72,143,250); }
div.DivClassName
{
background-color: #488FFA;
}
.BgClassName
{
background-color: #488FFA;
}
</style>
border-color css
<style>
span { border-color: #488FFA; }
span { border-color: rgb(72,143,250); }
td.TdClassName
{
border-color: #488FFA;
}
.TagClassName
{
border-color: #488FFA;
}
</style>