Shades of Cornflower Blue #468CF5
Tints of Cornflower Blue #468CF5
RGB
CMYK
RGB Variations
Color information
#468CF5 (or 0x468CF5) is known color: Cornflower Blue. HEX triplet: 46, 8C and F5. RGB value is (70,140,245). Sum of RGB (Red+Green+Blue) = 70+140+245=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 245 (96.09% from 255 or 53.85% from 455); Max value from RGB is 245 - color contains mainly: blue. Hex color #468CF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468CF5 is #B9730A. Grayscale: #828282. Windows color (decimal): -12153611 or 16092230. OLE color: 16092230.
HSL color Cylindrical-coordinate representation of color #468CF5: hue angle of 216º 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 #468CF5 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 140 | 245 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.04 |
| HSL | 216º | 0.9% | 0.62% | - |
| HSV(B) | 216º | 0.71% | 0.96% | - |
| XYZ | 28.39 | 26.65 | 90.03 | - |
| YUV | 131.04 | 192.31 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 245 | 0.71 | 0.43 | 0 | 0.04 | 216 | 0.9 | 0.62 |
| Hex | 46 | 8C | F5 | 47 | 2B | 0 | 4 | D8 | 5A | 3E |
| Octal | 106 | 214 | 365 | 107 | 53 | 0 | 4 | 330 | 132 | 76 |
| Binary | 1000110 | 10001100 | 11110101 | 1000111 | 101011 | 0 | 100 | 11011000 | 1011010 | 111110 |
Color Harmonies of #468CF5
Complementary color
Monochromatic Colors of #468CF5
Black with #468CF5
Text Example
Text Example
White with #468CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468CF5; }
p { color: rgb(70,140,245); }
H1.HeaderClassName
{
color: #468CF5;
}
.AnyTagClassName
{
color: #468CF5;
}
</style>
background-color css
<style>
a { background-color: #468CF5; }
a { background-color: rgb(70,140,245); }
div.DivClassName
{
background-color: #468CF5;
}
.BgClassName
{
background-color: #468CF5;
}
</style>
border-color css
<style>
span { border-color: #468CF5; }
span { border-color: rgb(70,140,245); }
td.TdClassName
{
border-color: #468CF5;
}
.TagClassName
{
border-color: #468CF5;
}
</style>