Shades of Cornflower Blue #469BF5
Tints of Cornflower Blue #469BF5
RGB
CMYK
RGB Variations
Color information
#469BF5 (or 0x469BF5) is known color: Cornflower Blue. HEX triplet: 46, 9B and F5. RGB value is (70,155,245). Sum of RGB (Red+Green+Blue) = 70+155+245=470 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.89% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #469BF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BF5 is #B9640A. Grayscale: #8B8B8B. Windows color (decimal): -12149771 or 16096070. OLE color: 16096070.
HSL color Cylindrical-coordinate representation of color #469BF5: hue angle of 210.86º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #469BF5 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 155 | 245 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.04 |
| HSL | 210.86º | 0.9% | 0.62% | - |
| HSV(B) | 210.86º | 0.71% | 0.96% | - |
| XYZ | 30.73 | 31.34 | 90.82 | - |
| YUV | 139.85 | 187.34 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 245 | 0.71 | 0.37 | 0 | 0.04 | 210.86 | 0.9 | 0.62 |
| Hex | 46 | 9B | F5 | 47 | 25 | 0 | 4 | D3 | 5A | 3E |
| Octal | 106 | 233 | 365 | 107 | 45 | 0 | 4 | 323 | 132 | 76 |
| Binary | 1000110 | 10011011 | 11110101 | 1000111 | 100101 | 0 | 100 | 11010011 | 1011010 | 111110 |
Color Harmonies of #469BF5
Complementary color
Monochromatic Colors of #469BF5
Black with #469BF5
Text Example
Text Example
White with #469BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BF5; }
p { color: rgb(70,155,245); }
H1.HeaderClassName
{
color: #469BF5;
}
.AnyTagClassName
{
color: #469BF5;
}
</style>
background-color css
<style>
a { background-color: #469BF5; }
a { background-color: rgb(70,155,245); }
div.DivClassName
{
background-color: #469BF5;
}
.BgClassName
{
background-color: #469BF5;
}
</style>
border-color css
<style>
span { border-color: #469BF5; }
span { border-color: rgb(70,155,245); }
td.TdClassName
{
border-color: #469BF5;
}
.TagClassName
{
border-color: #469BF5;
}
</style>