Shades of Cornflower Blue #468FED
Tints of Cornflower Blue #468FED
RGB
CMYK
RGB Variations
Color information
#468FED (or 0x468FED) is known color: Cornflower Blue. HEX triplet: 46, 8F and ED. RGB value is (70,143,237). Sum of RGB (Red+Green+Blue) = 70+143+237=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #468FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468FED is #B97012. Grayscale: #838383. Windows color (decimal): -12152851 or 15568710. OLE color: 15568710.
HSL color Cylindrical-coordinate representation of color #468FED: hue angle of 213.77º degrees, saturation: 0.82, 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 #468FED is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 143 | 237 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.07 |
| HSL | 213.77º | 0.82% | 0.6% | - |
| HSV(B) | 213.77º | 0.7% | 0.93% | - |
| XYZ | 27.63 | 27.06 | 83.89 | - |
| YUV | 131.89 | 187.32 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 237 | 0.70 | 0.40 | 0 | 0.07 | 213.77 | 0.82 | 0.6 |
| Hex | 46 | 8F | ED | 46 | 28 | 0 | 7 | D6 | 52 | 3C |
| Octal | 106 | 217 | 355 | 106 | 50 | 0 | 7 | 326 | 122 | 74 |
| Binary | 1000110 | 10001111 | 11101101 | 1000110 | 101000 | 0 | 111 | 11010110 | 1010010 | 111100 |
Color Harmonies of #468FED
Complementary color
Monochromatic Colors of #468FED
Black with #468FED
Text Example
Text Example
White with #468FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FED; }
p { color: rgb(70,143,237); }
H1.HeaderClassName
{
color: #468FED;
}
.AnyTagClassName
{
color: #468FED;
}
</style>
background-color css
<style>
a { background-color: #468FED; }
a { background-color: rgb(70,143,237); }
div.DivClassName
{
background-color: #468FED;
}
.BgClassName
{
background-color: #468FED;
}
</style>
border-color css
<style>
span { border-color: #468FED; }
span { border-color: rgb(70,143,237); }
td.TdClassName
{
border-color: #468FED;
}
.TagClassName
{
border-color: #468FED;
}
</style>