Shades of Cornflower Blue #488AF6
Tints of Cornflower Blue #488AF6
RGB
CMYK
RGB Variations
Color information
#488AF6 (or 0x488AF6) is known color: Cornflower Blue. HEX triplet: 48, 8A and F6. RGB value is (72,138,246). Sum of RGB (Red+Green+Blue) = 72+138+246=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #488AF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488AF6 is #B77509. Grayscale: #828282. Windows color (decimal): -12023050 or 16157256. OLE color: 16157256.
HSL color Cylindrical-coordinate representation of color #488AF6: hue angle of 217.24º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #488AF6 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 138 | 246 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.04 |
| HSL | 217.24º | 0.91% | 0.62% | - |
| HSV(B) | 217.24º | 0.71% | 0.96% | - |
| XYZ | 28.4 | 26.21 | 90.75 | - |
| YUV | 130.58 | 193.13 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 246 | 0.71 | 0.44 | 0 | 0.04 | 217.24 | 0.91 | 0.62 |
| Hex | 48 | 8A | F6 | 47 | 2C | 0 | 4 | D9 | 5B | 3E |
| Octal | 110 | 212 | 366 | 107 | 54 | 0 | 4 | 331 | 133 | 76 |
| Binary | 1001000 | 10001010 | 11110110 | 1000111 | 101100 | 0 | 100 | 11011001 | 1011011 | 111110 |
Color Harmonies of #488AF6
Complementary color
Monochromatic Colors of #488AF6
Black with #488AF6
Text Example
Text Example
White with #488AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AF6; }
p { color: rgb(72,138,246); }
H1.HeaderClassName
{
color: #488AF6;
}
.AnyTagClassName
{
color: #488AF6;
}
</style>
background-color css
<style>
a { background-color: #488AF6; }
a { background-color: rgb(72,138,246); }
div.DivClassName
{
background-color: #488AF6;
}
.BgClassName
{
background-color: #488AF6;
}
</style>
border-color css
<style>
span { border-color: #488AF6; }
span { border-color: rgb(72,138,246); }
td.TdClassName
{
border-color: #488AF6;
}
.TagClassName
{
border-color: #488AF6;
}
</style>