Shades of Cornflower Blue #468EFF
Tints of Cornflower Blue #468EFF
RGB
CMYK
RGB Variations
Color information
#468EFF (or 0x468EFF) is known color: Cornflower Blue. HEX triplet: 46, 8E and FF. RGB value is (70,142,255). Sum of RGB (Red+Green+Blue) = 70+142+255=467 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.99% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #468EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468EFF is #B97100. Grayscale: #848484. Windows color (decimal): -12153089 or 16748102. OLE color: 16748102.
HSL color Cylindrical-coordinate representation of color #468EFF: hue angle of 216.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #468EFF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 142 | 255 | - |
| CMYK | 0.73 | 0.44 | 0 | 0 |
| HSL | 216.65º | 1% | 0.64% | - |
| HSV(B) | 216.65º | 0.73% | 1% | - |
| XYZ | 30.25 | 27.87 | 98.39 | - |
| YUV | 133.35 | 196.65 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 255 | 0.73 | 0.44 | 0 | 0 | 216.65 | 1 | 0.64 |
| Hex | 46 | 8E | FF | 49 | 2C | 0 | 0 | D9 | 64 | 40 |
| Octal | 106 | 216 | 377 | 111 | 54 | 0 | 0 | 331 | 144 | 100 |
| Binary | 1000110 | 10001110 | 11111111 | 1001001 | 101100 | 0 | 0 | 11011001 | 1100100 | 1000000 |
Color Harmonies of #468EFF
Complementary color
Monochromatic Colors of #468EFF
Black with #468EFF
Text Example
Text Example
White with #468EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468EFF; }
p { color: rgb(70,142,255); }
H1.HeaderClassName
{
color: #468EFF;
}
.AnyTagClassName
{
color: #468EFF;
}
</style>
background-color css
<style>
a { background-color: #468EFF; }
a { background-color: rgb(70,142,255); }
div.DivClassName
{
background-color: #468EFF;
}
.BgClassName
{
background-color: #468EFF;
}
</style>
border-color css
<style>
span { border-color: #468EFF; }
span { border-color: rgb(70,142,255); }
td.TdClassName
{
border-color: #468EFF;
}
.TagClassName
{
border-color: #468EFF;
}
</style>