Shades of Cornflower Blue #468DFB
Tints of Cornflower Blue #468DFB
RGB
CMYK
RGB Variations
Color information
#468DFB (or 0x468DFB) is known color: Cornflower Blue. HEX triplet: 46, 8D and FB. RGB value is (70,141,251). Sum of RGB (Red+Green+Blue) = 70+141+251=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #468DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468DFB is #B97204. Grayscale: #838383. Windows color (decimal): -12153349 or 16485702. OLE color: 16485702.
HSL color Cylindrical-coordinate representation of color #468DFB: hue angle of 216.46º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468DFB is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 141 | 251 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.02 |
| HSL | 216.46º | 0.96% | 0.63% | - |
| HSV(B) | 216.46º | 0.72% | 0.98% | - |
| XYZ | 29.46 | 27.32 | 94.99 | - |
| YUV | 132.31 | 194.98 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 251 | 0.72 | 0.44 | 0 | 0.02 | 216.46 | 0.96 | 0.63 |
| Hex | 46 | 8D | FB | 48 | 2C | 0 | 2 | D8 | 60 | 3F |
| Octal | 106 | 215 | 373 | 110 | 54 | 0 | 2 | 330 | 140 | 77 |
| Binary | 1000110 | 10001101 | 11111011 | 1001000 | 101100 | 0 | 10 | 11011000 | 1100000 | 111111 |
Color Harmonies of #468DFB
Complementary color
Monochromatic Colors of #468DFB
Black with #468DFB
Text Example
Text Example
White with #468DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468DFB; }
p { color: rgb(70,141,251); }
H1.HeaderClassName
{
color: #468DFB;
}
.AnyTagClassName
{
color: #468DFB;
}
</style>
background-color css
<style>
a { background-color: #468DFB; }
a { background-color: rgb(70,141,251); }
div.DivClassName
{
background-color: #468DFB;
}
.BgClassName
{
background-color: #468DFB;
}
</style>
border-color css
<style>
span { border-color: #468DFB; }
span { border-color: rgb(70,141,251); }
td.TdClassName
{
border-color: #468DFB;
}
.TagClassName
{
border-color: #468DFB;
}
</style>