Shades of Cornflower Blue #488FEA
Tints of Cornflower Blue #488FEA
RGB
CMYK
RGB Variations
Color information
#488FEA (or 0x488FEA) is known color: Cornflower Blue. HEX triplet: 48, 8F and EA. RGB value is (72,143,234). Sum of RGB (Red+Green+Blue) = 72+143+234=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #488FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488FEA is #B77015. Grayscale: #838383. Windows color (decimal): -12021782 or 15372104. OLE color: 15372104.
HSL color Cylindrical-coordinate representation of color #488FEA: hue angle of 213.7º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #488FEA is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 143 | 234 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.08 |
| HSL | 213.7º | 0.79% | 0.6% | - |
| HSV(B) | 213.7º | 0.69% | 0.92% | - |
| XYZ | 27.35 | 26.96 | 81.61 | - |
| YUV | 132.15 | 185.48 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 234 | 0.69 | 0.39 | 0 | 0.08 | 213.7 | 0.79 | 0.6 |
| Hex | 48 | 8F | EA | 45 | 27 | 0 | 8 | D6 | 4F | 3C |
| Octal | 110 | 217 | 352 | 105 | 47 | 0 | 10 | 326 | 117 | 74 |
| Binary | 1001000 | 10001111 | 11101010 | 1000101 | 100111 | 0 | 1000 | 11010110 | 1001111 | 111100 |
Color Harmonies of #488FEA
Complementary color
Monochromatic Colors of #488FEA
Black with #488FEA
Text Example
Text Example
White with #488FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FEA; }
p { color: rgb(72,143,234); }
H1.HeaderClassName
{
color: #488FEA;
}
.AnyTagClassName
{
color: #488FEA;
}
</style>
background-color css
<style>
a { background-color: #488FEA; }
a { background-color: rgb(72,143,234); }
div.DivClassName
{
background-color: #488FEA;
}
.BgClassName
{
background-color: #488FEA;
}
</style>
border-color css
<style>
span { border-color: #488FEA; }
span { border-color: rgb(72,143,234); }
td.TdClassName
{
border-color: #488FEA;
}
.TagClassName
{
border-color: #488FEA;
}
</style>