Shades of Cornflower Blue #469DF1
Tints of Cornflower Blue #469DF1
RGB
CMYK
RGB Variations
Color information
#469DF1 (or 0x469DF1) is known color: Cornflower Blue. HEX triplet: 46, 9D and F1. RGB value is (70,157,241). Sum of RGB (Red+Green+Blue) = 70+157+241=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #469DF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469DF1 is #B9620E. Grayscale: #8C8C8C. Windows color (decimal): -12149263 or 15834438. OLE color: 15834438.
HSL color Cylindrical-coordinate representation of color #469DF1: hue angle of 209.47º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #469DF1 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 157 | 241 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.05 |
| HSL | 209.47º | 0.86% | 0.61% | - |
| HSV(B) | 209.47º | 0.71% | 0.95% | - |
| XYZ | 30.46 | 31.77 | 87.75 | - |
| YUV | 140.56 | 184.68 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 241 | 0.71 | 0.35 | 0 | 0.05 | 209.47 | 0.86 | 0.61 |
| Hex | 46 | 9D | F1 | 47 | 23 | 0 | 5 | D1 | 56 | 3D |
| Octal | 106 | 235 | 361 | 107 | 43 | 0 | 5 | 321 | 126 | 75 |
| Binary | 1000110 | 10011101 | 11110001 | 1000111 | 100011 | 0 | 101 | 11010001 | 1010110 | 111101 |
Color Harmonies of #469DF1
Complementary color
Monochromatic Colors of #469DF1
Black with #469DF1
Text Example
Text Example
White with #469DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469DF1; }
p { color: rgb(70,157,241); }
H1.HeaderClassName
{
color: #469DF1;
}
.AnyTagClassName
{
color: #469DF1;
}
</style>
background-color css
<style>
a { background-color: #469DF1; }
a { background-color: rgb(70,157,241); }
div.DivClassName
{
background-color: #469DF1;
}
.BgClassName
{
background-color: #469DF1;
}
</style>
border-color css
<style>
span { border-color: #469DF1; }
span { border-color: rgb(70,157,241); }
td.TdClassName
{
border-color: #469DF1;
}
.TagClassName
{
border-color: #469DF1;
}
</style>