Shades of Cornflower Blue #469BEE
Tints of Cornflower Blue #469BEE
RGB
CMYK
RGB Variations
Color information
#469BEE (or 0x469BEE) is known color: Cornflower Blue. HEX triplet: 46, 9B and EE. RGB value is (70,155,238). Sum of RGB (Red+Green+Blue) = 70+155+238=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #469BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BEE is #B96411. Grayscale: #8A8A8A. Windows color (decimal): -12149778 or 15637318. OLE color: 15637318.
HSL color Cylindrical-coordinate representation of color #469BEE: hue angle of 209.64º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #469BEE is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 155 | 238 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.07 |
| HSL | 209.64º | 0.83% | 0.6% | - |
| HSV(B) | 209.64º | 0.71% | 0.93% | - |
| XYZ | 29.68 | 30.92 | 85.29 | - |
| YUV | 139.05 | 183.84 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 238 | 0.71 | 0.35 | 0 | 0.07 | 209.64 | 0.83 | 0.6 |
| Hex | 46 | 9B | EE | 47 | 23 | 0 | 7 | D2 | 53 | 3C |
| Octal | 106 | 233 | 356 | 107 | 43 | 0 | 7 | 322 | 123 | 74 |
| Binary | 1000110 | 10011011 | 11101110 | 1000111 | 100011 | 0 | 111 | 11010010 | 1010011 | 111100 |
Color Harmonies of #469BEE
Complementary color
Monochromatic Colors of #469BEE
Black with #469BEE
Text Example
Text Example
White with #469BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BEE; }
p { color: rgb(70,155,238); }
H1.HeaderClassName
{
color: #469BEE;
}
.AnyTagClassName
{
color: #469BEE;
}
</style>
background-color css
<style>
a { background-color: #469BEE; }
a { background-color: rgb(70,155,238); }
div.DivClassName
{
background-color: #469BEE;
}
.BgClassName
{
background-color: #469BEE;
}
</style>
border-color css
<style>
span { border-color: #469BEE; }
span { border-color: rgb(70,155,238); }
td.TdClassName
{
border-color: #469BEE;
}
.TagClassName
{
border-color: #469BEE;
}
</style>