Shades of Cornflower Blue #488CEA
Tints of Cornflower Blue #488CEA
RGB
CMYK
RGB Variations
Color information
#488CEA (or 0x488CEA) is known color: Cornflower Blue. HEX triplet: 48, 8C and EA. RGB value is (72,140,234). Sum of RGB (Red+Green+Blue) = 72+140+234=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #488CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CEA is #B77315. Grayscale: #818181. Windows color (decimal): -12022550 or 15371336. OLE color: 15371336.
HSL color Cylindrical-coordinate representation of color #488CEA: hue angle of 214.81º 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 #488CEA is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 140 | 234 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.08 |
| HSL | 214.81º | 0.79% | 0.6% | - |
| HSV(B) | 214.81º | 0.69% | 0.92% | - |
| XYZ | 26.9 | 26.07 | 81.46 | - |
| YUV | 130.38 | 186.47 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 234 | 0.69 | 0.40 | 0 | 0.08 | 214.81 | 0.79 | 0.6 |
| Hex | 48 | 8C | EA | 45 | 28 | 0 | 8 | D7 | 4F | 3C |
| Octal | 110 | 214 | 352 | 105 | 50 | 0 | 10 | 327 | 117 | 74 |
| Binary | 1001000 | 10001100 | 11101010 | 1000101 | 101000 | 0 | 1000 | 11010111 | 1001111 | 111100 |
Color Harmonies of #488CEA
Complementary color
Monochromatic Colors of #488CEA
Black with #488CEA
Text Example
Text Example
White with #488CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CEA; }
p { color: rgb(72,140,234); }
H1.HeaderClassName
{
color: #488CEA;
}
.AnyTagClassName
{
color: #488CEA;
}
</style>
background-color css
<style>
a { background-color: #488CEA; }
a { background-color: rgb(72,140,234); }
div.DivClassName
{
background-color: #488CEA;
}
.BgClassName
{
background-color: #488CEA;
}
</style>
border-color css
<style>
span { border-color: #488CEA; }
span { border-color: rgb(72,140,234); }
td.TdClassName
{
border-color: #488CEA;
}
.TagClassName
{
border-color: #488CEA;
}
</style>