Shades of Cornflower Blue #468DEC
Tints of Cornflower Blue #468DEC
RGB
CMYK
RGB Variations
Color information
#468DEC (or 0x468DEC) is known color: Cornflower Blue. HEX triplet: 46, 8D and EC. RGB value is (70,141,236). Sum of RGB (Red+Green+Blue) = 70+141+236=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #468DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468DEC is #B97213. Grayscale: #828282. Windows color (decimal): -12153364 or 15502662. OLE color: 15502662.
HSL color Cylindrical-coordinate representation of color #468DEC: hue angle of 214.34º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #468DEC is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 141 | 236 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.07 |
| HSL | 214.34º | 0.81% | 0.6% | - |
| HSV(B) | 214.34º | 0.7% | 0.93% | - |
| XYZ | 27.19 | 26.41 | 83.02 | - |
| YUV | 130.6 | 187.48 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 236 | 0.70 | 0.40 | 0 | 0.07 | 214.34 | 0.81 | 0.6 |
| Hex | 46 | 8D | EC | 46 | 28 | 0 | 7 | D6 | 51 | 3C |
| Octal | 106 | 215 | 354 | 106 | 50 | 0 | 7 | 326 | 121 | 74 |
| Binary | 1000110 | 10001101 | 11101100 | 1000110 | 101000 | 0 | 111 | 11010110 | 1010001 | 111100 |
Color Harmonies of #468DEC
Complementary color
Monochromatic Colors of #468DEC
Black with #468DEC
Text Example
Text Example
White with #468DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468DEC; }
p { color: rgb(70,141,236); }
H1.HeaderClassName
{
color: #468DEC;
}
.AnyTagClassName
{
color: #468DEC;
}
</style>
background-color css
<style>
a { background-color: #468DEC; }
a { background-color: rgb(70,141,236); }
div.DivClassName
{
background-color: #468DEC;
}
.BgClassName
{
background-color: #468DEC;
}
</style>
border-color css
<style>
span { border-color: #468DEC; }
span { border-color: rgb(70,141,236); }
td.TdClassName
{
border-color: #468DEC;
}
.TagClassName
{
border-color: #468DEC;
}
</style>