Shades of Cornflower Blue #468FF5
Tints of Cornflower Blue #468FF5
RGB
CMYK
RGB Variations
Color information
#468FF5 (or 0x468FF5) is known color: Cornflower Blue. HEX triplet: 46, 8F and F5. RGB value is (70,143,245). Sum of RGB (Red+Green+Blue) = 70+143+245=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 245 (96.09% from 255 or 53.49% from 458); Max value from RGB is 245 - color contains mainly: blue. Hex color #468FF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468FF5 is #B9700A. Grayscale: #848484. Windows color (decimal): -12152843 or 16092998. OLE color: 16092998.
HSL color Cylindrical-coordinate representation of color #468FF5: hue angle of 214.97º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #468FF5 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 143 | 245 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.04 |
| HSL | 214.97º | 0.9% | 0.62% | - |
| HSV(B) | 214.97º | 0.71% | 0.96% | - |
| XYZ | 28.83 | 27.54 | 90.18 | - |
| YUV | 132.8 | 191.32 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 245 | 0.71 | 0.42 | 0 | 0.04 | 214.97 | 0.9 | 0.62 |
| Hex | 46 | 8F | F5 | 47 | 2A | 0 | 4 | D7 | 5A | 3E |
| Octal | 106 | 217 | 365 | 107 | 52 | 0 | 4 | 327 | 132 | 76 |
| Binary | 1000110 | 10001111 | 11110101 | 1000111 | 101010 | 0 | 100 | 11010111 | 1011010 | 111110 |
Color Harmonies of #468FF5
Complementary color
Monochromatic Colors of #468FF5
Black with #468FF5
Text Example
Text Example
White with #468FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FF5; }
p { color: rgb(70,143,245); }
H1.HeaderClassName
{
color: #468FF5;
}
.AnyTagClassName
{
color: #468FF5;
}
</style>
background-color css
<style>
a { background-color: #468FF5; }
a { background-color: rgb(70,143,245); }
div.DivClassName
{
background-color: #468FF5;
}
.BgClassName
{
background-color: #468FF5;
}
</style>
border-color css
<style>
span { border-color: #468FF5; }
span { border-color: rgb(70,143,245); }
td.TdClassName
{
border-color: #468FF5;
}
.TagClassName
{
border-color: #468FF5;
}
</style>