Shades of Cornflower Blue #488CF6
Tints of Cornflower Blue #488CF6
RGB
CMYK
RGB Variations
Color information
#488CF6 (or 0x488CF6) is known color: Cornflower Blue. HEX triplet: 48, 8C and F6. RGB value is (72,140,246). Sum of RGB (Red+Green+Blue) = 72+140+246=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #488CF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CF6 is #B77309. Grayscale: #838383. Windows color (decimal): -12022538 or 16157768. OLE color: 16157768.
HSL color Cylindrical-coordinate representation of color #488CF6: hue angle of 216.55º 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 #488CF6 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 140 | 246 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.04 |
| HSL | 216.55º | 0.91% | 0.62% | - |
| HSV(B) | 216.55º | 0.71% | 0.96% | - |
| XYZ | 28.69 | 26.79 | 90.85 | - |
| YUV | 131.75 | 192.47 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 246 | 0.71 | 0.43 | 0 | 0.04 | 216.55 | 0.91 | 0.62 |
| Hex | 48 | 8C | F6 | 47 | 2B | 0 | 4 | D9 | 5B | 3E |
| Octal | 110 | 214 | 366 | 107 | 53 | 0 | 4 | 331 | 133 | 76 |
| Binary | 1001000 | 10001100 | 11110110 | 1000111 | 101011 | 0 | 100 | 11011001 | 1011011 | 111110 |
Color Harmonies of #488CF6
Complementary color
Monochromatic Colors of #488CF6
Black with #488CF6
Text Example
Text Example
White with #488CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CF6; }
p { color: rgb(72,140,246); }
H1.HeaderClassName
{
color: #488CF6;
}
.AnyTagClassName
{
color: #488CF6;
}
</style>
background-color css
<style>
a { background-color: #488CF6; }
a { background-color: rgb(72,140,246); }
div.DivClassName
{
background-color: #488CF6;
}
.BgClassName
{
background-color: #488CF6;
}
</style>
border-color css
<style>
span { border-color: #488CF6; }
span { border-color: rgb(72,140,246); }
td.TdClassName
{
border-color: #488CF6;
}
.TagClassName
{
border-color: #488CF6;
}
</style>