Shades of Cornflower Blue #468BFC
Tints of Cornflower Blue #468BFC
RGB
CMYK
RGB Variations
Color information
#468BFC (or 0x468BFC) is known color: Cornflower Blue. HEX triplet: 46, 8B and FC. RGB value is (70,139,252). Sum of RGB (Red+Green+Blue) = 70+139+252=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #468BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468BFC is #B97403. Grayscale: #828282. Windows color (decimal): -12153860 or 16550726. OLE color: 16550726.
HSL color Cylindrical-coordinate representation of color #468BFC: hue angle of 217.25º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468BFC is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 139 | 252 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.01 |
| HSL | 217.25º | 0.97% | 0.63% | - |
| HSV(B) | 217.25º | 0.72% | 0.99% | - |
| XYZ | 29.33 | 26.8 | 95.72 | - |
| YUV | 131.25 | 196.14 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 252 | 0.72 | 0.45 | 0 | 0.01 | 217.25 | 0.97 | 0.63 |
| Hex | 46 | 8B | FC | 48 | 2D | 0 | 1 | D9 | 61 | 3F |
| Octal | 106 | 213 | 374 | 110 | 55 | 0 | 1 | 331 | 141 | 77 |
| Binary | 1000110 | 10001011 | 11111100 | 1001000 | 101101 | 0 | 1 | 11011001 | 1100001 | 111111 |
Color Harmonies of #468BFC
Complementary color
Monochromatic Colors of #468BFC
Black with #468BFC
Text Example
Text Example
White with #468BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468BFC; }
p { color: rgb(70,139,252); }
H1.HeaderClassName
{
color: #468BFC;
}
.AnyTagClassName
{
color: #468BFC;
}
</style>
background-color css
<style>
a { background-color: #468BFC; }
a { background-color: rgb(70,139,252); }
div.DivClassName
{
background-color: #468BFC;
}
.BgClassName
{
background-color: #468BFC;
}
</style>
border-color css
<style>
span { border-color: #468BFC; }
span { border-color: rgb(70,139,252); }
td.TdClassName
{
border-color: #468BFC;
}
.TagClassName
{
border-color: #468BFC;
}
</style>