Shades of Cornflower Blue #4690FE
Tints of Cornflower Blue #4690FE
RGB
CMYK
RGB Variations
Color information
#4690FE (or 0x4690FE) is known color: Cornflower Blue. HEX triplet: 46, 90 and FE. RGB value is (70,144,254). Sum of RGB (Red+Green+Blue) = 70+144+254=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #4690FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4690FE is #B96F01. Grayscale: #858585. Windows color (decimal): -12152578 or 16683078. OLE color: 16683078.
HSL color Cylindrical-coordinate representation of color #4690FE: hue angle of 215.87º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4690FE is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 144 | 254 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.00 |
| HSL | 215.87º | 0.99% | 0.64% | - |
| HSV(B) | 215.87º | 0.72% | 1% | - |
| XYZ | 30.39 | 28.4 | 97.65 | - |
| YUV | 134.41 | 195.48 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 254 | 0.72 | 0.43 | 0 | 0.00 | 215.87 | 0.99 | 0.64 |
| Hex | 46 | 90 | FE | 48 | 2B | 0 | 0 | D8 | 63 | 40 |
| Octal | 106 | 220 | 376 | 110 | 53 | 0 | 0 | 330 | 143 | 100 |
| Binary | 1000110 | 10010000 | 11111110 | 1001000 | 101011 | 0 | 0 | 11011000 | 1100011 | 1000000 |
Color Harmonies of #4690FE
Complementary color
Monochromatic Colors of #4690FE
Black with #4690FE
Text Example
Text Example
White with #4690FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4690FE; }
p { color: rgb(70,144,254); }
H1.HeaderClassName
{
color: #4690FE;
}
.AnyTagClassName
{
color: #4690FE;
}
</style>
background-color css
<style>
a { background-color: #4690FE; }
a { background-color: rgb(70,144,254); }
div.DivClassName
{
background-color: #4690FE;
}
.BgClassName
{
background-color: #4690FE;
}
</style>
border-color css
<style>
span { border-color: #4690FE; }
span { border-color: rgb(70,144,254); }
td.TdClassName
{
border-color: #4690FE;
}
.TagClassName
{
border-color: #4690FE;
}
</style>