Shades of Cornflower Blue #468AFC
Tints of Cornflower Blue #468AFC
RGB
CMYK
RGB Variations
Color information
#468AFC (or 0x468AFC) is known color: Cornflower Blue. HEX triplet: 46, 8A and FC. RGB value is (70,138,252). Sum of RGB (Red+Green+Blue) = 70+138+252=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #468AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468AFC is #B97503. Grayscale: #828282. Windows color (decimal): -12154116 or 16550470. OLE color: 16550470.
HSL color Cylindrical-coordinate representation of color #468AFC: hue angle of 217.58º 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 #468AFC is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 138 | 252 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.01 |
| HSL | 217.58º | 0.97% | 0.63% | - |
| HSV(B) | 217.58º | 0.72% | 0.99% | - |
| XYZ | 29.18 | 26.51 | 95.67 | - |
| YUV | 130.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 252 | 0.72 | 0.45 | 0 | 0.01 | 217.58 | 0.97 | 0.63 |
| Hex | 46 | 8A | FC | 48 | 2D | 0 | 1 | DA | 61 | 3F |
| Octal | 106 | 212 | 374 | 110 | 55 | 0 | 1 | 332 | 141 | 77 |
| Binary | 1000110 | 10001010 | 11111100 | 1001000 | 101101 | 0 | 1 | 11011010 | 1100001 | 111111 |
Color Harmonies of #468AFC
Complementary color
Monochromatic Colors of #468AFC
Black with #468AFC
Text Example
Text Example
White with #468AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468AFC; }
p { color: rgb(70,138,252); }
H1.HeaderClassName
{
color: #468AFC;
}
.AnyTagClassName
{
color: #468AFC;
}
</style>
background-color css
<style>
a { background-color: #468AFC; }
a { background-color: rgb(70,138,252); }
div.DivClassName
{
background-color: #468AFC;
}
.BgClassName
{
background-color: #468AFC;
}
</style>
border-color css
<style>
span { border-color: #468AFC; }
span { border-color: rgb(70,138,252); }
td.TdClassName
{
border-color: #468AFC;
}
.TagClassName
{
border-color: #468AFC;
}
</style>