Shades of Cornflower Blue #469BEF
Tints of Cornflower Blue #469BEF
RGB
CMYK
RGB Variations
Color information
#469BEF (or 0x469BEF) is known color: Cornflower Blue. HEX triplet: 46, 9B and EF. RGB value is (70,155,239). Sum of RGB (Red+Green+Blue) = 70+155+239=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #469BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BEF is #B96410. Grayscale: #8A8A8A. Windows color (decimal): -12149777 or 15702854. OLE color: 15702854.
HSL color Cylindrical-coordinate representation of color #469BEF: hue angle of 209.82º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #469BEF is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 155 | 239 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.06 |
| HSL | 209.82º | 0.84% | 0.61% | - |
| HSV(B) | 209.82º | 0.71% | 0.94% | - |
| XYZ | 29.83 | 30.98 | 86.07 | - |
| YUV | 139.16 | 184.34 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 239 | 0.71 | 0.35 | 0 | 0.06 | 209.82 | 0.84 | 0.61 |
| Hex | 46 | 9B | EF | 47 | 23 | 0 | 6 | D2 | 54 | 3D |
| Octal | 106 | 233 | 357 | 107 | 43 | 0 | 6 | 322 | 124 | 75 |
| Binary | 1000110 | 10011011 | 11101111 | 1000111 | 100011 | 0 | 110 | 11010010 | 1010100 | 111101 |
Color Harmonies of #469BEF
Complementary color
Monochromatic Colors of #469BEF
Black with #469BEF
Text Example
Text Example
White with #469BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BEF; }
p { color: rgb(70,155,239); }
H1.HeaderClassName
{
color: #469BEF;
}
.AnyTagClassName
{
color: #469BEF;
}
</style>
background-color css
<style>
a { background-color: #469BEF; }
a { background-color: rgb(70,155,239); }
div.DivClassName
{
background-color: #469BEF;
}
.BgClassName
{
background-color: #469BEF;
}
</style>
border-color css
<style>
span { border-color: #469BEF; }
span { border-color: rgb(70,155,239); }
td.TdClassName
{
border-color: #469BEF;
}
.TagClassName
{
border-color: #469BEF;
}
</style>