Shades of Cornflower Blue #679DF2
Tints of Cornflower Blue #679DF2
RGB
CMYK
RGB Variations
Color information
#679DF2 (or 0x679DF2) is known color: Cornflower Blue. HEX triplet: 67, 9D and F2. RGB value is (103,157,242). Sum of RGB (Red+Green+Blue) = 103+157+242=502 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.52% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #679DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679DF2 is #98620D. Grayscale: #969696. Windows color (decimal): -9986574 or 15900007. OLE color: 15900007.
HSL color Cylindrical-coordinate representation of color #679DF2: hue angle of 216.69º 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 #679DF2 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 157 | 242 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.05 |
| HSL | 216.69º | 0.84% | 0.68% | - |
| HSV(B) | 216.69º | 0.57% | 0.95% | - |
| XYZ | 33.68 | 33.41 | 88.68 | - |
| YUV | 150.54 | 179.61 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 242 | 0.57 | 0.35 | 0 | 0.05 | 216.69 | 0.84 | 0.68 |
| Hex | 67 | 9D | F2 | 39 | 23 | 0 | 5 | D9 | 54 | 44 |
| Octal | 147 | 235 | 362 | 71 | 43 | 0 | 5 | 331 | 124 | 104 |
| Binary | 1100111 | 10011101 | 11110010 | 111001 | 100011 | 0 | 101 | 11011001 | 1010100 | 1000100 |
Color Harmonies of #679DF2
Complementary color
Monochromatic Colors of #679DF2
Black with #679DF2
Text Example
Text Example
White with #679DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679DF2; }
p { color: rgb(103,157,242); }
H1.HeaderClassName
{
color: #679DF2;
}
.AnyTagClassName
{
color: #679DF2;
}
</style>
background-color css
<style>
a { background-color: #679DF2; }
a { background-color: rgb(103,157,242); }
div.DivClassName
{
background-color: #679DF2;
}
.BgClassName
{
background-color: #679DF2;
}
</style>
border-color css
<style>
span { border-color: #679DF2; }
span { border-color: rgb(103,157,242); }
td.TdClassName
{
border-color: #679DF2;
}
.TagClassName
{
border-color: #679DF2;
}
</style>