Shades of Cornflower Blue #68A8FD
Tints of Cornflower Blue #68A8FD
RGB
CMYK
RGB Variations
Color information
#68A8FD (or 0x68A8FD) is known color: Cornflower Blue. HEX triplet: 68, A8 and FD. RGB value is (104,168,253). Sum of RGB (Red+Green+Blue) = 104+168+253=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #68A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A8FD is #975702. Grayscale: #9E9E9E. Windows color (decimal): -9918211 or 16623720. OLE color: 16623720.
HSL color Cylindrical-coordinate representation of color #68A8FD: hue angle of 214.23º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A8FD is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 168 | 253 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.01 |
| HSL | 214.23º | 0.97% | 0.7% | - |
| HSV(B) | 214.23º | 0.59% | 0.99% | - |
| XYZ | 37.44 | 38.04 | 98.3 | - |
| YUV | 158.55 | 181.3 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 253 | 0.59 | 0.34 | 0 | 0.01 | 214.23 | 0.97 | 0.7 |
| Hex | 68 | A8 | FD | 3B | 22 | 0 | 1 | D6 | 61 | 46 |
| Octal | 150 | 250 | 375 | 73 | 42 | 0 | 1 | 326 | 141 | 106 |
| Binary | 1101000 | 10101000 | 11111101 | 111011 | 100010 | 0 | 1 | 11010110 | 1100001 | 1000110 |
Color Harmonies of #68A8FD
Complementary color
Monochromatic Colors of #68A8FD
Black with #68A8FD
Text Example
Text Example
White with #68A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A8FD; }
p { color: rgb(104,168,253); }
H1.HeaderClassName
{
color: #68A8FD;
}
.AnyTagClassName
{
color: #68A8FD;
}
</style>
background-color css
<style>
a { background-color: #68A8FD; }
a { background-color: rgb(104,168,253); }
div.DivClassName
{
background-color: #68A8FD;
}
.BgClassName
{
background-color: #68A8FD;
}
</style>
border-color css
<style>
span { border-color: #68A8FD; }
span { border-color: rgb(104,168,253); }
td.TdClassName
{
border-color: #68A8FD;
}
.TagClassName
{
border-color: #68A8FD;
}
</style>