Shades of Cornflower Blue #469FFD
Tints of Cornflower Blue #469FFD
RGB
CMYK
RGB Variations
Color information
#469FFD (or 0x469FFD) is known color: Cornflower Blue. HEX triplet: 46, 9F and FD. RGB value is (70,159,253). Sum of RGB (Red+Green+Blue) = 70+159+253=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #469FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469FFD is #B96002. Grayscale: #8E8E8E. Windows color (decimal): -12148739 or 16621382. OLE color: 16621382.
HSL color Cylindrical-coordinate representation of color #469FFD: hue angle of 210.82º 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 #469FFD is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 159 | 253 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.01 |
| HSL | 210.82º | 0.98% | 0.63% | - |
| HSV(B) | 210.82º | 0.72% | 0.99% | - |
| XYZ | 32.65 | 33.19 | 97.61 | - |
| YUV | 143.11 | 190.01 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 253 | 0.72 | 0.37 | 0 | 0.01 | 210.82 | 0.98 | 0.63 |
| Hex | 46 | 9F | FD | 48 | 25 | 0 | 1 | D3 | 62 | 3F |
| Octal | 106 | 237 | 375 | 110 | 45 | 0 | 1 | 323 | 142 | 77 |
| Binary | 1000110 | 10011111 | 11111101 | 1001000 | 100101 | 0 | 1 | 11010011 | 1100010 | 111111 |
Color Harmonies of #469FFD
Complementary color
Monochromatic Colors of #469FFD
Black with #469FFD
Text Example
Text Example
White with #469FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469FFD; }
p { color: rgb(70,159,253); }
H1.HeaderClassName
{
color: #469FFD;
}
.AnyTagClassName
{
color: #469FFD;
}
</style>
background-color css
<style>
a { background-color: #469FFD; }
a { background-color: rgb(70,159,253); }
div.DivClassName
{
background-color: #469FFD;
}
.BgClassName
{
background-color: #469FFD;
}
</style>
border-color css
<style>
span { border-color: #469FFD; }
span { border-color: rgb(70,159,253); }
td.TdClassName
{
border-color: #469FFD;
}
.TagClassName
{
border-color: #469FFD;
}
</style>