Shades of Cornflower Blue #469DF4
Tints of Cornflower Blue #469DF4
RGB
CMYK
RGB Variations
Color information
#469DF4 (or 0x469DF4) is known color: Cornflower Blue. HEX triplet: 46, 9D and F4. RGB value is (70,157,244). Sum of RGB (Red+Green+Blue) = 70+157+244=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 244 (95.70% from 255 or 51.80% from 471); Max value from RGB is 244 - color contains mainly: blue. Hex color #469DF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469DF4 is #B9620B. Grayscale: #8C8C8C. Windows color (decimal): -12149260 or 16031046. OLE color: 16031046.
HSL color Cylindrical-coordinate representation of color #469DF4: hue angle of 210º degrees, saturation: 0.89, 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 #469DF4 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 157 | 244 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.04 |
| HSL | 210º | 0.89% | 0.62% | - |
| HSV(B) | 210º | 0.71% | 0.96% | - |
| XYZ | 30.91 | 31.95 | 90.13 | - |
| YUV | 140.91 | 186.18 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 244 | 0.71 | 0.36 | 0 | 0.04 | 210 | 0.89 | 0.62 |
| Hex | 46 | 9D | F4 | 47 | 24 | 0 | 4 | D2 | 59 | 3E |
| Octal | 106 | 235 | 364 | 107 | 44 | 0 | 4 | 322 | 131 | 76 |
| Binary | 1000110 | 10011101 | 11110100 | 1000111 | 100100 | 0 | 100 | 11010010 | 1011001 | 111110 |
Color Harmonies of #469DF4
Complementary color
Monochromatic Colors of #469DF4
Black with #469DF4
Text Example
Text Example
White with #469DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469DF4; }
p { color: rgb(70,157,244); }
H1.HeaderClassName
{
color: #469DF4;
}
.AnyTagClassName
{
color: #469DF4;
}
</style>
background-color css
<style>
a { background-color: #469DF4; }
a { background-color: rgb(70,157,244); }
div.DivClassName
{
background-color: #469DF4;
}
.BgClassName
{
background-color: #469DF4;
}
</style>
border-color css
<style>
span { border-color: #469DF4; }
span { border-color: rgb(70,157,244); }
td.TdClassName
{
border-color: #469DF4;
}
.TagClassName
{
border-color: #469DF4;
}
</style>