Shades of Cornflower Blue #488BF7
Tints of Cornflower Blue #488BF7
RGB
CMYK
RGB Variations
Color information
#488BF7 (or 0x488BF7) is known color: Cornflower Blue. HEX triplet: 48, 8B and F7. RGB value is (72,139,247). Sum of RGB (Red+Green+Blue) = 72+139+247=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #488BF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488BF7 is #B77408. Grayscale: #828282. Windows color (decimal): -12022793 or 16223048. OLE color: 16223048.
HSL color Cylindrical-coordinate representation of color #488BF7: hue angle of 217.03º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #488BF7 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 72 | 139 | 247 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.03 |
| HSL | 217.03º | 0.92% | 0.63% | - |
| HSV(B) | 217.03º | 0.71% | 0.97% | - |
| XYZ | 28.69 | 26.56 | 91.61 | - |
| YUV | 131.28 | 193.3 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 247 | 0.71 | 0.44 | 0 | 0.03 | 217.03 | 0.92 | 0.63 |
| Hex | 48 | 8B | F7 | 47 | 2C | 0 | 3 | D9 | 5C | 3F |
| Octal | 110 | 213 | 367 | 107 | 54 | 0 | 3 | 331 | 134 | 77 |
| Binary | 1001000 | 10001011 | 11110111 | 1000111 | 101100 | 0 | 11 | 11011001 | 1011100 | 111111 |
Color Harmonies of #488BF7
Complementary color
Monochromatic Colors of #488BF7
Black with #488BF7
Text Example
Text Example
White with #488BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BF7; }
p { color: rgb(72,139,247); }
H1.HeaderClassName
{
color: #488BF7;
}
.AnyTagClassName
{
color: #488BF7;
}
</style>
background-color css
<style>
a { background-color: #488BF7; }
a { background-color: rgb(72,139,247); }
div.DivClassName
{
background-color: #488BF7;
}
.BgClassName
{
background-color: #488BF7;
}
</style>
border-color css
<style>
span { border-color: #488BF7; }
span { border-color: rgb(72,139,247); }
td.TdClassName
{
border-color: #488BF7;
}
.TagClassName
{
border-color: #488BF7;
}
</style>