Shades of Cornflower Blue #678BF2
Tints of Cornflower Blue #678BF2
RGB
CMYK
RGB Variations
Color information
#678BF2 (or 0x678BF2) is known color: Cornflower Blue. HEX triplet: 67, 8B and F2. RGB value is (103,139,242). Sum of RGB (Red+Green+Blue) = 103+139+242=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #678BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #678BF2 is #98740D. Grayscale: #8B8B8B. Windows color (decimal): -9991182 or 15895399. OLE color: 15895399.
HSL color Cylindrical-coordinate representation of color #678BF2: hue angle of 224.46º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #678BF2 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 139 | 242 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.05 |
| HSL | 224.46º | 0.84% | 0.68% | - |
| HSV(B) | 224.46º | 0.57% | 0.95% | - |
| XYZ | 30.85 | 27.76 | 87.74 | - |
| YUV | 139.98 | 185.57 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 242 | 0.57 | 0.43 | 0 | 0.05 | 224.46 | 0.84 | 0.68 |
| Hex | 67 | 8B | F2 | 39 | 2B | 0 | 5 | E0 | 54 | 44 |
| Octal | 147 | 213 | 362 | 71 | 53 | 0 | 5 | 340 | 124 | 104 |
| Binary | 1100111 | 10001011 | 11110010 | 111001 | 101011 | 0 | 101 | 11100000 | 1010100 | 1000100 |
Color Harmonies of #678BF2
Complementary color
Monochromatic Colors of #678BF2
Black with #678BF2
Text Example
Text Example
White with #678BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678BF2; }
p { color: rgb(103,139,242); }
H1.HeaderClassName
{
color: #678BF2;
}
.AnyTagClassName
{
color: #678BF2;
}
</style>
background-color css
<style>
a { background-color: #678BF2; }
a { background-color: rgb(103,139,242); }
div.DivClassName
{
background-color: #678BF2;
}
.BgClassName
{
background-color: #678BF2;
}
</style>
border-color css
<style>
span { border-color: #678BF2; }
span { border-color: rgb(103,139,242); }
td.TdClassName
{
border-color: #678BF2;
}
.TagClassName
{
border-color: #678BF2;
}
</style>