Shades of Cornflower Blue #488AFD
Tints of Cornflower Blue #488AFD
RGB
CMYK
RGB Variations
Color information
#488AFD (or 0x488AFD) is known color: Cornflower Blue. HEX triplet: 48, 8A and FD. RGB value is (72,138,253). Sum of RGB (Red+Green+Blue) = 72+138+253=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #488AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488AFD is #B77502. Grayscale: #828282. Windows color (decimal): -12023043 or 16616008. OLE color: 16616008.
HSL color Cylindrical-coordinate representation of color #488AFD: hue angle of 218.12º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #488AFD is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 138 | 253 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.01 |
| HSL | 218.12º | 0.98% | 0.64% | - |
| HSV(B) | 218.12º | 0.72% | 0.99% | - |
| XYZ | 29.49 | 26.65 | 96.52 | - |
| YUV | 131.38 | 196.63 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 253 | 0.72 | 0.45 | 0 | 0.01 | 218.12 | 0.98 | 0.64 |
| Hex | 48 | 8A | FD | 48 | 2D | 0 | 1 | DA | 62 | 40 |
| Octal | 110 | 212 | 375 | 110 | 55 | 0 | 1 | 332 | 142 | 100 |
| Binary | 1001000 | 10001010 | 11111101 | 1001000 | 101101 | 0 | 1 | 11011010 | 1100010 | 1000000 |
Color Harmonies of #488AFD
Complementary color
Monochromatic Colors of #488AFD
Black with #488AFD
Text Example
Text Example
White with #488AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AFD; }
p { color: rgb(72,138,253); }
H1.HeaderClassName
{
color: #488AFD;
}
.AnyTagClassName
{
color: #488AFD;
}
</style>
background-color css
<style>
a { background-color: #488AFD; }
a { background-color: rgb(72,138,253); }
div.DivClassName
{
background-color: #488AFD;
}
.BgClassName
{
background-color: #488AFD;
}
</style>
border-color css
<style>
span { border-color: #488AFD; }
span { border-color: rgb(72,138,253); }
td.TdClassName
{
border-color: #488AFD;
}
.TagClassName
{
border-color: #488AFD;
}
</style>