Shades of Cornflower Blue #469BFB
Tints of Cornflower Blue #469BFB
RGB
CMYK
RGB Variations
Color information
#469BFB (or 0x469BFB) is known color: Cornflower Blue. HEX triplet: 46, 9B and FB. RGB value is (70,155,251). Sum of RGB (Red+Green+Blue) = 70+155+251=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #469BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BFB is #B96404. Grayscale: #8C8C8C. Windows color (decimal): -12149765 or 16489286. OLE color: 16489286.
HSL color Cylindrical-coordinate representation of color #469BFB: hue angle of 211.82º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #469BFB is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 155 | 251 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.02 |
| HSL | 211.82º | 0.96% | 0.63% | - |
| HSV(B) | 211.82º | 0.72% | 0.98% | - |
| XYZ | 31.66 | 31.71 | 95.72 | - |
| YUV | 140.53 | 190.34 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 251 | 0.72 | 0.38 | 0 | 0.02 | 211.82 | 0.96 | 0.63 |
| Hex | 46 | 9B | FB | 48 | 26 | 0 | 2 | D4 | 60 | 3F |
| Octal | 106 | 233 | 373 | 110 | 46 | 0 | 2 | 324 | 140 | 77 |
| Binary | 1000110 | 10011011 | 11111011 | 1001000 | 100110 | 0 | 10 | 11010100 | 1100000 | 111111 |
Color Harmonies of #469BFB
Complementary color
Monochromatic Colors of #469BFB
Black with #469BFB
Text Example
Text Example
White with #469BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BFB; }
p { color: rgb(70,155,251); }
H1.HeaderClassName
{
color: #469BFB;
}
.AnyTagClassName
{
color: #469BFB;
}
</style>
background-color css
<style>
a { background-color: #469BFB; }
a { background-color: rgb(70,155,251); }
div.DivClassName
{
background-color: #469BFB;
}
.BgClassName
{
background-color: #469BFB;
}
</style>
border-color css
<style>
span { border-color: #469BFB; }
span { border-color: rgb(70,155,251); }
td.TdClassName
{
border-color: #469BFB;
}
.TagClassName
{
border-color: #469BFB;
}
</style>