Shades of Cornflower Blue #67A8EF
Tints of Cornflower Blue #67A8EF
RGB
CMYK
RGB Variations
Color information
#67A8EF (or 0x67A8EF) is known color: Cornflower Blue. HEX triplet: 67, A8 and EF. RGB value is (103,168,239). Sum of RGB (Red+Green+Blue) = 103+168+239=510 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.20% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #67A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A8EF is #985710. Grayscale: #9C9C9C. Windows color (decimal): -9983761 or 15706215. OLE color: 15706215.
HSL color Cylindrical-coordinate representation of color #67A8EF: hue angle of 211.32º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67A8EF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 168 | 239 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.06 |
| HSL | 211.32º | 0.81% | 0.67% | - |
| HSV(B) | 211.32º | 0.57% | 0.94% | - |
| XYZ | 35.18 | 37.12 | 86.97 | - |
| YUV | 156.66 | 174.47 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 168 | 239 | 0.57 | 0.30 | 0 | 0.06 | 211.32 | 0.81 | 0.67 |
| Hex | 67 | A8 | EF | 39 | 1E | 0 | 6 | D3 | 51 | 43 |
| Octal | 147 | 250 | 357 | 71 | 36 | 0 | 6 | 323 | 121 | 103 |
| Binary | 1100111 | 10101000 | 11101111 | 111001 | 11110 | 0 | 110 | 11010011 | 1010001 | 1000011 |
Color Harmonies of #67A8EF
Complementary color
Monochromatic Colors of #67A8EF
Black with #67A8EF
Text Example
Text Example
White with #67A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A8EF; }
p { color: rgb(103,168,239); }
H1.HeaderClassName
{
color: #67A8EF;
}
.AnyTagClassName
{
color: #67A8EF;
}
</style>
background-color css
<style>
a { background-color: #67A8EF; }
a { background-color: rgb(103,168,239); }
div.DivClassName
{
background-color: #67A8EF;
}
.BgClassName
{
background-color: #67A8EF;
}
</style>
border-color css
<style>
span { border-color: #67A8EF; }
span { border-color: rgb(103,168,239); }
td.TdClassName
{
border-color: #67A8EF;
}
.TagClassName
{
border-color: #67A8EF;
}
</style>