Shades of Cornflower Blue #468BEF
Tints of Cornflower Blue #468BEF
RGB
CMYK
RGB Variations
Color information
#468BEF (or 0x468BEF) is known color: Cornflower Blue. HEX triplet: 46, 8B and EF. RGB value is (70,139,239). Sum of RGB (Red+Green+Blue) = 70+139+239=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #468BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468BEF is #B97410. Grayscale: #818181. Windows color (decimal): -12153873 or 15698758. OLE color: 15698758.
HSL color Cylindrical-coordinate representation of color #468BEF: hue angle of 215.5º 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 #468BEF is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 139 | 239 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.06 |
| HSL | 215.5º | 0.84% | 0.61% | - |
| HSV(B) | 215.5º | 0.71% | 0.94% | - |
| XYZ | 27.34 | 26 | 85.24 | - |
| YUV | 129.77 | 189.64 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 239 | 0.71 | 0.42 | 0 | 0.06 | 215.5 | 0.84 | 0.61 |
| Hex | 46 | 8B | EF | 47 | 2A | 0 | 6 | D8 | 54 | 3D |
| Octal | 106 | 213 | 357 | 107 | 52 | 0 | 6 | 330 | 124 | 75 |
| Binary | 1000110 | 10001011 | 11101111 | 1000111 | 101010 | 0 | 110 | 11011000 | 1010100 | 111101 |
Color Harmonies of #468BEF
Complementary color
Monochromatic Colors of #468BEF
Black with #468BEF
Text Example
Text Example
White with #468BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468BEF; }
p { color: rgb(70,139,239); }
H1.HeaderClassName
{
color: #468BEF;
}
.AnyTagClassName
{
color: #468BEF;
}
</style>
background-color css
<style>
a { background-color: #468BEF; }
a { background-color: rgb(70,139,239); }
div.DivClassName
{
background-color: #468BEF;
}
.BgClassName
{
background-color: #468BEF;
}
</style>
border-color css
<style>
span { border-color: #468BEF; }
span { border-color: rgb(70,139,239); }
td.TdClassName
{
border-color: #468BEF;
}
.TagClassName
{
border-color: #468BEF;
}
</style>