Shades of Cornflower Blue #679EF2
Tints of Cornflower Blue #679EF2
RGB
CMYK
RGB Variations
Color information
#679EF2 (or 0x679EF2) is known color: Cornflower Blue. HEX triplet: 67, 9E and F2. RGB value is (103,158,242). Sum of RGB (Red+Green+Blue) = 103+158+242=503 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.48% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #679EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679EF2 is #98610D. Grayscale: #969696. Windows color (decimal): -9986318 or 15900263. OLE color: 15900263.
HSL color Cylindrical-coordinate representation of color #679EF2: hue angle of 216.26º 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 #679EF2 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 158 | 242 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.05 |
| HSL | 216.26º | 0.84% | 0.68% | - |
| HSV(B) | 216.26º | 0.57% | 0.95% | - |
| XYZ | 33.85 | 33.75 | 88.73 | - |
| YUV | 151.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 242 | 0.57 | 0.35 | 0 | 0.05 | 216.26 | 0.84 | 0.68 |
| Hex | 67 | 9E | F2 | 39 | 23 | 0 | 5 | D8 | 54 | 44 |
| Octal | 147 | 236 | 362 | 71 | 43 | 0 | 5 | 330 | 124 | 104 |
| Binary | 1100111 | 10011110 | 11110010 | 111001 | 100011 | 0 | 101 | 11011000 | 1010100 | 1000100 |
Color Harmonies of #679EF2
Complementary color
Monochromatic Colors of #679EF2
Black with #679EF2
Text Example
Text Example
White with #679EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679EF2; }
p { color: rgb(103,158,242); }
H1.HeaderClassName
{
color: #679EF2;
}
.AnyTagClassName
{
color: #679EF2;
}
</style>
background-color css
<style>
a { background-color: #679EF2; }
a { background-color: rgb(103,158,242); }
div.DivClassName
{
background-color: #679EF2;
}
.BgClassName
{
background-color: #679EF2;
}
</style>
border-color css
<style>
span { border-color: #679EF2; }
span { border-color: rgb(103,158,242); }
td.TdClassName
{
border-color: #679EF2;
}
.TagClassName
{
border-color: #679EF2;
}
</style>