Shades of Cornflower Blue #468FFF
Tints of Cornflower Blue #468FFF
RGB
CMYK
RGB Variations
Color information
#468FFF (or 0x468FFF) is known color: Cornflower Blue. HEX triplet: 46, 8F and FF. RGB value is (70,143,255). Sum of RGB (Red+Green+Blue) = 70+143+255=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #468FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468FFF is #B97000. Grayscale: #858585. Windows color (decimal): -12152833 or 16748358. OLE color: 16748358.
HSL color Cylindrical-coordinate representation of color #468FFF: hue angle of 216.32º 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 #468FFF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 143 | 255 | - |
| CMYK | 0.73 | 0.44 | 0 | 0 |
| HSL | 216.32º | 1% | 0.64% | - |
| HSV(B) | 216.32º | 0.73% | 1% | - |
| XYZ | 30.4 | 28.17 | 98.44 | - |
| YUV | 133.94 | 196.32 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 255 | 0.73 | 0.44 | 0 | 0 | 216.32 | 1 | 0.64 |
| Hex | 46 | 8F | FF | 49 | 2C | 0 | 0 | D8 | 64 | 40 |
| Octal | 106 | 217 | 377 | 111 | 54 | 0 | 0 | 330 | 144 | 100 |
| Binary | 1000110 | 10001111 | 11111111 | 1001001 | 101100 | 0 | 0 | 11011000 | 1100100 | 1000000 |
Color Harmonies of #468FFF
Complementary color
Monochromatic Colors of #468FFF
Black with #468FFF
Text Example
Text Example
White with #468FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FFF; }
p { color: rgb(70,143,255); }
H1.HeaderClassName
{
color: #468FFF;
}
.AnyTagClassName
{
color: #468FFF;
}
</style>
background-color css
<style>
a { background-color: #468FFF; }
a { background-color: rgb(70,143,255); }
div.DivClassName
{
background-color: #468FFF;
}
.BgClassName
{
background-color: #468FFF;
}
</style>
border-color css
<style>
span { border-color: #468FFF; }
span { border-color: rgb(70,143,255); }
td.TdClassName
{
border-color: #468FFF;
}
.TagClassName
{
border-color: #468FFF;
}
</style>