Shades of Cornflower Blue #488CFA
Tints of Cornflower Blue #488CFA
RGB
CMYK
RGB Variations
Color information
#488CFA (or 0x488CFA) is known color: Cornflower Blue. HEX triplet: 48, 8C and FA. RGB value is (72,140,250). Sum of RGB (Red+Green+Blue) = 72+140+250=462 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.58% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #488CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CFA is #B77305. Grayscale: #838383. Windows color (decimal): -12022534 or 16419912. OLE color: 16419912.
HSL color Cylindrical-coordinate representation of color #488CFA: hue angle of 217.08º 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 #488CFA is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 140 | 250 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.02 |
| HSL | 217.08º | 0.95% | 0.63% | - |
| HSV(B) | 217.08º | 0.71% | 0.98% | - |
| XYZ | 29.31 | 27.04 | 94.12 | - |
| YUV | 132.21 | 194.47 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 250 | 0.71 | 0.44 | 0 | 0.02 | 217.08 | 0.95 | 0.63 |
| Hex | 48 | 8C | FA | 47 | 2C | 0 | 2 | D9 | 5F | 3F |
| Octal | 110 | 214 | 372 | 107 | 54 | 0 | 2 | 331 | 137 | 77 |
| Binary | 1001000 | 10001100 | 11111010 | 1000111 | 101100 | 0 | 10 | 11011001 | 1011111 | 111111 |
Color Harmonies of #488CFA
Complementary color
Monochromatic Colors of #488CFA
Black with #488CFA
Text Example
Text Example
White with #488CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CFA; }
p { color: rgb(72,140,250); }
H1.HeaderClassName
{
color: #488CFA;
}
.AnyTagClassName
{
color: #488CFA;
}
</style>
background-color css
<style>
a { background-color: #488CFA; }
a { background-color: rgb(72,140,250); }
div.DivClassName
{
background-color: #488CFA;
}
.BgClassName
{
background-color: #488CFA;
}
</style>
border-color css
<style>
span { border-color: #488CFA; }
span { border-color: rgb(72,140,250); }
td.TdClassName
{
border-color: #488CFA;
}
.TagClassName
{
border-color: #488CFA;
}
</style>