Shades of Cornflower Blue #488AFB
Tints of Cornflower Blue #488AFB
RGB
CMYK
RGB Variations
Color information
#488AFB (or 0x488AFB) is known color: Cornflower Blue. HEX triplet: 48, 8A and FB. RGB value is (72,138,251). Sum of RGB (Red+Green+Blue) = 72+138+251=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #488AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488AFB is #B77504. Grayscale: #828282. Windows color (decimal): -12023045 or 16484936. OLE color: 16484936.
HSL color Cylindrical-coordinate representation of color #488AFB: hue angle of 217.88º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #488AFB is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 138 | 251 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.02 |
| HSL | 217.88º | 0.96% | 0.63% | - |
| HSV(B) | 217.88º | 0.71% | 0.98% | - |
| XYZ | 29.17 | 26.52 | 94.85 | - |
| YUV | 131.15 | 195.63 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 251 | 0.71 | 0.45 | 0 | 0.02 | 217.88 | 0.96 | 0.63 |
| Hex | 48 | 8A | FB | 47 | 2D | 0 | 2 | DA | 60 | 3F |
| Octal | 110 | 212 | 373 | 107 | 55 | 0 | 2 | 332 | 140 | 77 |
| Binary | 1001000 | 10001010 | 11111011 | 1000111 | 101101 | 0 | 10 | 11011010 | 1100000 | 111111 |
Color Harmonies of #488AFB
Complementary color
Monochromatic Colors of #488AFB
Black with #488AFB
Text Example
Text Example
White with #488AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AFB; }
p { color: rgb(72,138,251); }
H1.HeaderClassName
{
color: #488AFB;
}
.AnyTagClassName
{
color: #488AFB;
}
</style>
background-color css
<style>
a { background-color: #488AFB; }
a { background-color: rgb(72,138,251); }
div.DivClassName
{
background-color: #488AFB;
}
.BgClassName
{
background-color: #488AFB;
}
</style>
border-color css
<style>
span { border-color: #488AFB; }
span { border-color: rgb(72,138,251); }
td.TdClassName
{
border-color: #488AFB;
}
.TagClassName
{
border-color: #488AFB;
}
</style>