Shades of Cornflower Blue #678BFA
Tints of Cornflower Blue #678BFA
RGB
CMYK
RGB Variations
Color information
#678BFA (or 0x678BFA) is known color: Cornflower Blue. HEX triplet: 67, 8B and FA. RGB value is (103,139,250). Sum of RGB (Red+Green+Blue) = 103+139+250=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #678BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #678BFA is #987405. Grayscale: #8C8C8C. Windows color (decimal): -9991174 or 16419687. OLE color: 16419687.
HSL color Cylindrical-coordinate representation of color #678BFA: hue angle of 225.31º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #678BFA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 139 | 250 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.02 |
| HSL | 225.31º | 0.94% | 0.69% | - |
| HSV(B) | 225.31º | 0.59% | 0.98% | - |
| XYZ | 32.08 | 28.25 | 94.2 | - |
| YUV | 140.89 | 189.57 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 250 | 0.59 | 0.44 | 0 | 0.02 | 225.31 | 0.94 | 0.69 |
| Hex | 67 | 8B | FA | 3B | 2C | 0 | 2 | E1 | 5E | 45 |
| Octal | 147 | 213 | 372 | 73 | 54 | 0 | 2 | 341 | 136 | 105 |
| Binary | 1100111 | 10001011 | 11111010 | 111011 | 101100 | 0 | 10 | 11100001 | 1011110 | 1000101 |
Color Harmonies of #678BFA
Complementary color
Monochromatic Colors of #678BFA
Black with #678BFA
Text Example
Text Example
White with #678BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678BFA; }
p { color: rgb(103,139,250); }
H1.HeaderClassName
{
color: #678BFA;
}
.AnyTagClassName
{
color: #678BFA;
}
</style>
background-color css
<style>
a { background-color: #678BFA; }
a { background-color: rgb(103,139,250); }
div.DivClassName
{
background-color: #678BFA;
}
.BgClassName
{
background-color: #678BFA;
}
</style>
border-color css
<style>
span { border-color: #678BFA; }
span { border-color: rgb(103,139,250); }
td.TdClassName
{
border-color: #678BFA;
}
.TagClassName
{
border-color: #678BFA;
}
</style>