Shades of Cornflower Blue #668BF2
Tints of Cornflower Blue #668BF2
RGB
CMYK
RGB Variations
Color information
#668BF2 (or 0x668BF2) is known color: Cornflower Blue. HEX triplet: 66, 8B and F2. RGB value is (102,139,242). Sum of RGB (Red+Green+Blue) = 102+139+242=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #668BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BF2 is #99740D. Grayscale: #8B8B8B. Windows color (decimal): -10056718 or 15895398. OLE color: 15895398.
HSL color Cylindrical-coordinate representation of color #668BF2: hue angle of 224.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668BF2 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 139 | 242 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.05 |
| HSL | 224.14º | 0.84% | 0.67% | - |
| HSV(B) | 224.14º | 0.58% | 0.95% | - |
| XYZ | 30.74 | 27.7 | 87.73 | - |
| YUV | 139.68 | 185.74 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 242 | 0.58 | 0.43 | 0 | 0.05 | 224.14 | 0.84 | 0.67 |
| Hex | 66 | 8B | F2 | 3A | 2B | 0 | 5 | E0 | 54 | 43 |
| Octal | 146 | 213 | 362 | 72 | 53 | 0 | 5 | 340 | 124 | 103 |
| Binary | 1100110 | 10001011 | 11110010 | 111010 | 101011 | 0 | 101 | 11100000 | 1010100 | 1000011 |
Color Harmonies of #668BF2
Complementary color
Monochromatic Colors of #668BF2
Black with #668BF2
Text Example
Text Example
White with #668BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BF2; }
p { color: rgb(102,139,242); }
H1.HeaderClassName
{
color: #668BF2;
}
.AnyTagClassName
{
color: #668BF2;
}
</style>
background-color css
<style>
a { background-color: #668BF2; }
a { background-color: rgb(102,139,242); }
div.DivClassName
{
background-color: #668BF2;
}
.BgClassName
{
background-color: #668BF2;
}
</style>
border-color css
<style>
span { border-color: #668BF2; }
span { border-color: rgb(102,139,242); }
td.TdClassName
{
border-color: #668BF2;
}
.TagClassName
{
border-color: #668BF2;
}
</style>