Shades of Cornflower Blue #469BFF
Tints of Cornflower Blue #469BFF
RGB
CMYK
RGB Variations
Color information
#469BFF (or 0x469BFF) is known color: Cornflower Blue. HEX triplet: 46, 9B and FF. RGB value is (70,155,255). Sum of RGB (Red+Green+Blue) = 70+155+255=480 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.58% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #469BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BFF is #B96400. Grayscale: #8C8C8C. Windows color (decimal): -12149761 or 16751430. OLE color: 16751430.
HSL color Cylindrical-coordinate representation of color #469BFF: hue angle of 212.43º 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 #469BFF is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 155 | 255 | - |
| CMYK | 0.73 | 0.39 | 0 | 0 |
| HSL | 212.43º | 1% | 0.64% | - |
| HSV(B) | 212.43º | 0.73% | 1% | - |
| XYZ | 32.3 | 31.96 | 99.08 | - |
| YUV | 140.99 | 192.34 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 255 | 0.73 | 0.39 | 0 | 0 | 212.43 | 1 | 0.64 |
| Hex | 46 | 9B | FF | 49 | 27 | 0 | 0 | D4 | 64 | 40 |
| Octal | 106 | 233 | 377 | 111 | 47 | 0 | 0 | 324 | 144 | 100 |
| Binary | 1000110 | 10011011 | 11111111 | 1001001 | 100111 | 0 | 0 | 11010100 | 1100100 | 1000000 |
Color Harmonies of #469BFF
Complementary color
Monochromatic Colors of #469BFF
Black with #469BFF
Text Example
Text Example
White with #469BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BFF; }
p { color: rgb(70,155,255); }
H1.HeaderClassName
{
color: #469BFF;
}
.AnyTagClassName
{
color: #469BFF;
}
</style>
background-color css
<style>
a { background-color: #469BFF; }
a { background-color: rgb(70,155,255); }
div.DivClassName
{
background-color: #469BFF;
}
.BgClassName
{
background-color: #469BFF;
}
</style>
border-color css
<style>
span { border-color: #469BFF; }
span { border-color: rgb(70,155,255); }
td.TdClassName
{
border-color: #469BFF;
}
.TagClassName
{
border-color: #469BFF;
}
</style>