Shades of Cornflower Blue #469CFC
Tints of Cornflower Blue #469CFC
RGB
CMYK
RGB Variations
Color information
#469CFC (or 0x469CFC) is known color: Cornflower Blue. HEX triplet: 46, 9C and FC. RGB value is (70,156,252). Sum of RGB (Red+Green+Blue) = 70+156+252=478 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.64% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #469CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469CFC is #B96303. Grayscale: #8C8C8C. Windows color (decimal): -12149508 or 16555078. OLE color: 16555078.
HSL color Cylindrical-coordinate representation of color #469CFC: hue angle of 211.65º 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 #469CFC is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 156 | 252 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.01 |
| HSL | 211.65º | 0.97% | 0.63% | - |
| HSV(B) | 211.65º | 0.72% | 0.99% | - |
| XYZ | 31.98 | 32.11 | 96.61 | - |
| YUV | 141.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 252 | 0.72 | 0.38 | 0 | 0.01 | 211.65 | 0.97 | 0.63 |
| Hex | 46 | 9C | FC | 48 | 26 | 0 | 1 | D4 | 61 | 3F |
| Octal | 106 | 234 | 374 | 110 | 46 | 0 | 1 | 324 | 141 | 77 |
| Binary | 1000110 | 10011100 | 11111100 | 1001000 | 100110 | 0 | 1 | 11010100 | 1100001 | 111111 |
Color Harmonies of #469CFC
Complementary color
Monochromatic Colors of #469CFC
Black with #469CFC
Text Example
Text Example
White with #469CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CFC; }
p { color: rgb(70,156,252); }
H1.HeaderClassName
{
color: #469CFC;
}
.AnyTagClassName
{
color: #469CFC;
}
</style>
background-color css
<style>
a { background-color: #469CFC; }
a { background-color: rgb(70,156,252); }
div.DivClassName
{
background-color: #469CFC;
}
.BgClassName
{
background-color: #469CFC;
}
</style>
border-color css
<style>
span { border-color: #469CFC; }
span { border-color: rgb(70,156,252); }
td.TdClassName
{
border-color: #469CFC;
}
.TagClassName
{
border-color: #469CFC;
}
</style>