Shades of Cornflower Blue #488AF8
Tints of Cornflower Blue #488AF8
RGB
CMYK
RGB Variations
Color information
#488AF8 (or 0x488AF8) is known color: Cornflower Blue. HEX triplet: 48, 8A and F8. RGB value is (72,138,248). Sum of RGB (Red+Green+Blue) = 72+138+248=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #488AF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488AF8 is #B77507. Grayscale: #828282. Windows color (decimal): -12023048 or 16288328. OLE color: 16288328.
HSL color Cylindrical-coordinate representation of color #488AF8: hue angle of 217.5º degrees, saturation: 0.93, 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 #488AF8 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 72 | 138 | 248 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.03 |
| HSL | 217.5º | 0.93% | 0.63% | - |
| HSV(B) | 217.5º | 0.71% | 0.97% | - |
| XYZ | 28.7 | 26.33 | 92.38 | - |
| YUV | 130.81 | 194.13 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 248 | 0.71 | 0.44 | 0 | 0.03 | 217.5 | 0.93 | 0.63 |
| Hex | 48 | 8A | F8 | 47 | 2C | 0 | 3 | DA | 5D | 3F |
| Octal | 110 | 212 | 370 | 107 | 54 | 0 | 3 | 332 | 135 | 77 |
| Binary | 1001000 | 10001010 | 11111000 | 1000111 | 101100 | 0 | 11 | 11011010 | 1011101 | 111111 |
Color Harmonies of #488AF8
Complementary color
Monochromatic Colors of #488AF8
Black with #488AF8
Text Example
Text Example
White with #488AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AF8; }
p { color: rgb(72,138,248); }
H1.HeaderClassName
{
color: #488AF8;
}
.AnyTagClassName
{
color: #488AF8;
}
</style>
background-color css
<style>
a { background-color: #488AF8; }
a { background-color: rgb(72,138,248); }
div.DivClassName
{
background-color: #488AF8;
}
.BgClassName
{
background-color: #488AF8;
}
</style>
border-color css
<style>
span { border-color: #488AF8; }
span { border-color: rgb(72,138,248); }
td.TdClassName
{
border-color: #488AF8;
}
.TagClassName
{
border-color: #488AF8;
}
</style>