Shades of Cornflower Blue #668BFB
Tints of Cornflower Blue #668BFB
RGB
CMYK
RGB Variations
Color information
#668BFB (or 0x668BFB) is known color: Cornflower Blue. HEX triplet: 66, 8B and FB. RGB value is (102,139,251). Sum of RGB (Red+Green+Blue) = 102+139+251=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #668BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BFB is #997404. Grayscale: #8C8C8C. Windows color (decimal): -10056709 or 16485222. OLE color: 16485222.
HSL color Cylindrical-coordinate representation of color #668BFB: hue angle of 225.1º degrees, saturation: 0.95, 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 #668BFB is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 139 | 251 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.02 |
| HSL | 225.1º | 0.95% | 0.69% | - |
| HSV(B) | 225.1º | 0.59% | 0.98% | - |
| XYZ | 32.12 | 28.26 | 95.03 | - |
| YUV | 140.71 | 190.24 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 251 | 0.59 | 0.45 | 0 | 0.02 | 225.1 | 0.95 | 0.69 |
| Hex | 66 | 8B | FB | 3B | 2D | 0 | 2 | E1 | 5F | 45 |
| Octal | 146 | 213 | 373 | 73 | 55 | 0 | 2 | 341 | 137 | 105 |
| Binary | 1100110 | 10001011 | 11111011 | 111011 | 101101 | 0 | 10 | 11100001 | 1011111 | 1000101 |
Color Harmonies of #668BFB
Complementary color
Monochromatic Colors of #668BFB
Black with #668BFB
Text Example
Text Example
White with #668BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BFB; }
p { color: rgb(102,139,251); }
H1.HeaderClassName
{
color: #668BFB;
}
.AnyTagClassName
{
color: #668BFB;
}
</style>
background-color css
<style>
a { background-color: #668BFB; }
a { background-color: rgb(102,139,251); }
div.DivClassName
{
background-color: #668BFB;
}
.BgClassName
{
background-color: #668BFB;
}
</style>
border-color css
<style>
span { border-color: #668BFB; }
span { border-color: rgb(102,139,251); }
td.TdClassName
{
border-color: #668BFB;
}
.TagClassName
{
border-color: #668BFB;
}
</style>