Shades of Cornflower Blue #668BFA
Tints of Cornflower Blue #668BFA
RGB
CMYK
RGB Variations
Color information
#668BFA (or 0x668BFA) is known color: Cornflower Blue. HEX triplet: 66, 8B and FA. RGB value is (102,139,250). Sum of RGB (Red+Green+Blue) = 102+139+250=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #668BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BFA is #997405. Grayscale: #8C8C8C. Windows color (decimal): -10056710 or 16419686. OLE color: 16419686.
HSL color Cylindrical-coordinate representation of color #668BFA: hue angle of 225º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #668BFA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 139 | 250 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.02 |
| HSL | 225º | 0.94% | 0.69% | - |
| HSV(B) | 225º | 0.59% | 0.98% | - |
| XYZ | 31.97 | 28.19 | 94.2 | - |
| YUV | 140.59 | 189.74 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 250 | 0.59 | 0.44 | 0 | 0.02 | 225 | 0.94 | 0.69 |
| Hex | 66 | 8B | FA | 3B | 2C | 0 | 2 | E1 | 5E | 45 |
| Octal | 146 | 213 | 372 | 73 | 54 | 0 | 2 | 341 | 136 | 105 |
| Binary | 1100110 | 10001011 | 11111010 | 111011 | 101100 | 0 | 10 | 11100001 | 1011110 | 1000101 |
Color Harmonies of #668BFA
Complementary color
Monochromatic Colors of #668BFA
Black with #668BFA
Text Example
Text Example
White with #668BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BFA; }
p { color: rgb(102,139,250); }
H1.HeaderClassName
{
color: #668BFA;
}
.AnyTagClassName
{
color: #668BFA;
}
</style>
background-color css
<style>
a { background-color: #668BFA; }
a { background-color: rgb(102,139,250); }
div.DivClassName
{
background-color: #668BFA;
}
.BgClassName
{
background-color: #668BFA;
}
</style>
border-color css
<style>
span { border-color: #668BFA; }
span { border-color: rgb(102,139,250); }
td.TdClassName
{
border-color: #668BFA;
}
.TagClassName
{
border-color: #668BFA;
}
</style>