Shades of Cornflower Blue #46A1FD
Tints of Cornflower Blue #46A1FD
RGB
CMYK
RGB Variations
Color information
#46A1FD (or 0x46A1FD) is known color: Cornflower Blue. HEX triplet: 46, A1 and FD. RGB value is (70,161,253). Sum of RGB (Red+Green+Blue) = 70+161+253=484 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.46% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #46A1FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A1FD is #B95E02. Grayscale: #8F8F8F. Windows color (decimal): -12148227 or 16621894. OLE color: 16621894.
HSL color Cylindrical-coordinate representation of color #46A1FD: hue angle of 210.16º degrees, saturation: 0.98, 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 #46A1FD is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 161 | 253 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.01 |
| HSL | 210.16º | 0.98% | 0.63% | - |
| HSV(B) | 210.16º | 0.72% | 0.99% | - |
| XYZ | 33 | 33.88 | 97.73 | - |
| YUV | 144.28 | 189.35 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 161 | 253 | 0.72 | 0.36 | 0 | 0.01 | 210.16 | 0.98 | 0.63 |
| Hex | 46 | A1 | FD | 48 | 24 | 0 | 1 | D2 | 62 | 3F |
| Octal | 106 | 241 | 375 | 110 | 44 | 0 | 1 | 322 | 142 | 77 |
| Binary | 1000110 | 10100001 | 11111101 | 1001000 | 100100 | 0 | 1 | 11010010 | 1100010 | 111111 |
Color Harmonies of #46A1FD
Complementary color
Monochromatic Colors of #46A1FD
Black with #46A1FD
Text Example
Text Example
White with #46A1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A1FD; }
p { color: rgb(70,161,253); }
H1.HeaderClassName
{
color: #46A1FD;
}
.AnyTagClassName
{
color: #46A1FD;
}
</style>
background-color css
<style>
a { background-color: #46A1FD; }
a { background-color: rgb(70,161,253); }
div.DivClassName
{
background-color: #46A1FD;
}
.BgClassName
{
background-color: #46A1FD;
}
</style>
border-color css
<style>
span { border-color: #46A1FD; }
span { border-color: rgb(70,161,253); }
td.TdClassName
{
border-color: #46A1FD;
}
.TagClassName
{
border-color: #46A1FD;
}
</style>