Shades of Cornflower Blue #488EFB
Tints of Cornflower Blue #488EFB
RGB
CMYK
RGB Variations
Color information
#488EFB (or 0x488EFB) is known color: Cornflower Blue. HEX triplet: 48, 8E and FB. RGB value is (72,142,251). Sum of RGB (Red+Green+Blue) = 72+142+251=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #488EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488EFB is #B77104. Grayscale: #848484. Windows color (decimal): -12022021 or 16485960. OLE color: 16485960.
HSL color Cylindrical-coordinate representation of color #488EFB: hue angle of 216.54º 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 #488EFB is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 142 | 251 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.02 |
| HSL | 216.54º | 0.96% | 0.63% | - |
| HSV(B) | 216.54º | 0.71% | 0.98% | - |
| XYZ | 29.76 | 27.69 | 95.04 | - |
| YUV | 133.5 | 194.31 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 251 | 0.71 | 0.43 | 0 | 0.02 | 216.54 | 0.96 | 0.63 |
| Hex | 48 | 8E | FB | 47 | 2B | 0 | 2 | D9 | 60 | 3F |
| Octal | 110 | 216 | 373 | 107 | 53 | 0 | 2 | 331 | 140 | 77 |
| Binary | 1001000 | 10001110 | 11111011 | 1000111 | 101011 | 0 | 10 | 11011001 | 1100000 | 111111 |
Color Harmonies of #488EFB
Complementary color
Monochromatic Colors of #488EFB
Black with #488EFB
Text Example
Text Example
White with #488EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488EFB; }
p { color: rgb(72,142,251); }
H1.HeaderClassName
{
color: #488EFB;
}
.AnyTagClassName
{
color: #488EFB;
}
</style>
background-color css
<style>
a { background-color: #488EFB; }
a { background-color: rgb(72,142,251); }
div.DivClassName
{
background-color: #488EFB;
}
.BgClassName
{
background-color: #488EFB;
}
</style>
border-color css
<style>
span { border-color: #488EFB; }
span { border-color: rgb(72,142,251); }
td.TdClassName
{
border-color: #488EFB;
}
.TagClassName
{
border-color: #488EFB;
}
</style>