Shades of Cornflower Blue #468AED
Tints of Cornflower Blue #468AED
RGB
CMYK
RGB Variations
Color information
#468AED (or 0x468AED) is known color: Cornflower Blue. HEX triplet: 46, 8A and ED. RGB value is (70,138,237). Sum of RGB (Red+Green+Blue) = 70+138+237=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #468AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468AED is #B97512. Grayscale: #808080. Windows color (decimal): -12154131 or 15567430. OLE color: 15567430.
HSL color Cylindrical-coordinate representation of color #468AED: hue angle of 215.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #468AED is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 138 | 237 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.07 |
| HSL | 215.57º | 0.82% | 0.6% | - |
| HSV(B) | 215.57º | 0.7% | 0.93% | - |
| XYZ | 26.9 | 25.59 | 83.64 | - |
| YUV | 128.95 | 188.97 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 237 | 0.70 | 0.42 | 0 | 0.07 | 215.57 | 0.82 | 0.6 |
| Hex | 46 | 8A | ED | 46 | 2A | 0 | 7 | D8 | 52 | 3C |
| Octal | 106 | 212 | 355 | 106 | 52 | 0 | 7 | 330 | 122 | 74 |
| Binary | 1000110 | 10001010 | 11101101 | 1000110 | 101010 | 0 | 111 | 11011000 | 1010010 | 111100 |
Color Harmonies of #468AED
Complementary color
Monochromatic Colors of #468AED
Black with #468AED
Text Example
Text Example
White with #468AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468AED; }
p { color: rgb(70,138,237); }
H1.HeaderClassName
{
color: #468AED;
}
.AnyTagClassName
{
color: #468AED;
}
</style>
background-color css
<style>
a { background-color: #468AED; }
a { background-color: rgb(70,138,237); }
div.DivClassName
{
background-color: #468AED;
}
.BgClassName
{
background-color: #468AED;
}
</style>
border-color css
<style>
span { border-color: #468AED; }
span { border-color: rgb(70,138,237); }
td.TdClassName
{
border-color: #468AED;
}
.TagClassName
{
border-color: #468AED;
}
</style>