Shades of Cornflower Blue #468FFD
Tints of Cornflower Blue #468FFD
RGB
CMYK
RGB Variations
Color information
#468FFD (or 0x468FFD) is known color: Cornflower Blue. HEX triplet: 46, 8F and FD. RGB value is (70,143,253). Sum of RGB (Red+Green+Blue) = 70+143+253=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #468FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468FFD is #B97002. Grayscale: #858585. Windows color (decimal): -12152835 or 16617286. OLE color: 16617286.
HSL color Cylindrical-coordinate representation of color #468FFD: hue angle of 216.07º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468FFD is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 143 | 253 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.01 |
| HSL | 216.07º | 0.98% | 0.63% | - |
| HSV(B) | 216.07º | 0.72% | 0.99% | - |
| XYZ | 30.08 | 28.04 | 96.76 | - |
| YUV | 133.71 | 195.32 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 253 | 0.72 | 0.43 | 0 | 0.01 | 216.07 | 0.98 | 0.63 |
| Hex | 46 | 8F | FD | 48 | 2B | 0 | 1 | D8 | 62 | 3F |
| Octal | 106 | 217 | 375 | 110 | 53 | 0 | 1 | 330 | 142 | 77 |
| Binary | 1000110 | 10001111 | 11111101 | 1001000 | 101011 | 0 | 1 | 11011000 | 1100010 | 111111 |
Color Harmonies of #468FFD
Complementary color
Monochromatic Colors of #468FFD
Black with #468FFD
Text Example
Text Example
White with #468FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FFD; }
p { color: rgb(70,143,253); }
H1.HeaderClassName
{
color: #468FFD;
}
.AnyTagClassName
{
color: #468FFD;
}
</style>
background-color css
<style>
a { background-color: #468FFD; }
a { background-color: rgb(70,143,253); }
div.DivClassName
{
background-color: #468FFD;
}
.BgClassName
{
background-color: #468FFD;
}
</style>
border-color css
<style>
span { border-color: #468FFD; }
span { border-color: rgb(70,143,253); }
td.TdClassName
{
border-color: #468FFD;
}
.TagClassName
{
border-color: #468FFD;
}
</style>