Shades of Cornflower Blue #668BF1
Tints of Cornflower Blue #668BF1
RGB
CMYK
RGB Variations
Color information
#668BF1 (or 0x668BF1) is known color: Cornflower Blue. HEX triplet: 66, 8B and F1. RGB value is (102,139,241). Sum of RGB (Red+Green+Blue) = 102+139+241=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #668BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BF1 is #99740E. Grayscale: #8B8B8B. Windows color (decimal): -10056719 or 15829862. OLE color: 15829862.
HSL color Cylindrical-coordinate representation of color #668BF1: hue angle of 224.03º degrees, saturation: 0.83, 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 #668BF1 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 139 | 241 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.05 |
| HSL | 224.03º | 0.83% | 0.67% | - |
| HSV(B) | 224.03º | 0.58% | 0.95% | - |
| XYZ | 30.59 | 27.64 | 86.94 | - |
| YUV | 139.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 241 | 0.58 | 0.42 | 0 | 0.05 | 224.03 | 0.83 | 0.67 |
| Hex | 66 | 8B | F1 | 3A | 2A | 0 | 5 | E0 | 53 | 43 |
| Octal | 146 | 213 | 361 | 72 | 52 | 0 | 5 | 340 | 123 | 103 |
| Binary | 1100110 | 10001011 | 11110001 | 111010 | 101010 | 0 | 101 | 11100000 | 1010011 | 1000011 |
Color Harmonies of #668BF1
Complementary color
Monochromatic Colors of #668BF1
Black with #668BF1
Text Example
Text Example
White with #668BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BF1; }
p { color: rgb(102,139,241); }
H1.HeaderClassName
{
color: #668BF1;
}
.AnyTagClassName
{
color: #668BF1;
}
</style>
background-color css
<style>
a { background-color: #668BF1; }
a { background-color: rgb(102,139,241); }
div.DivClassName
{
background-color: #668BF1;
}
.BgClassName
{
background-color: #668BF1;
}
</style>
border-color css
<style>
span { border-color: #668BF1; }
span { border-color: rgb(102,139,241); }
td.TdClassName
{
border-color: #668BF1;
}
.TagClassName
{
border-color: #668BF1;
}
</style>