Shades of Cornflower Blue #488CF5
Tints of Cornflower Blue #488CF5
RGB
CMYK
RGB Variations
Color information
#488CF5 (or 0x488CF5) is known color: Cornflower Blue. HEX triplet: 48, 8C and F5. RGB value is (72,140,245). Sum of RGB (Red+Green+Blue) = 72+140+245=457 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.75% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #488CF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CF5 is #B7730A. Grayscale: #838383. Windows color (decimal): -12022539 or 16092232. OLE color: 16092232.
HSL color Cylindrical-coordinate representation of color #488CF5: hue angle of 216.42º degrees, saturation: 0.9, 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 #488CF5 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 140 | 245 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.04 |
| HSL | 216.42º | 0.9% | 0.62% | - |
| HSV(B) | 216.42º | 0.71% | 0.96% | - |
| XYZ | 28.53 | 26.73 | 90.04 | - |
| YUV | 131.64 | 191.97 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 245 | 0.71 | 0.43 | 0 | 0.04 | 216.42 | 0.9 | 0.62 |
| Hex | 48 | 8C | F5 | 47 | 2B | 0 | 4 | D8 | 5A | 3E |
| Octal | 110 | 214 | 365 | 107 | 53 | 0 | 4 | 330 | 132 | 76 |
| Binary | 1001000 | 10001100 | 11110101 | 1000111 | 101011 | 0 | 100 | 11011000 | 1011010 | 111110 |
Color Harmonies of #488CF5
Complementary color
Monochromatic Colors of #488CF5
Black with #488CF5
Text Example
Text Example
White with #488CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CF5; }
p { color: rgb(72,140,245); }
H1.HeaderClassName
{
color: #488CF5;
}
.AnyTagClassName
{
color: #488CF5;
}
</style>
background-color css
<style>
a { background-color: #488CF5; }
a { background-color: rgb(72,140,245); }
div.DivClassName
{
background-color: #488CF5;
}
.BgClassName
{
background-color: #488CF5;
}
</style>
border-color css
<style>
span { border-color: #488CF5; }
span { border-color: rgb(72,140,245); }
td.TdClassName
{
border-color: #488CF5;
}
.TagClassName
{
border-color: #488CF5;
}
</style>