Shades of Cornflower Blue #67A5F8
Tints of Cornflower Blue #67A5F8
RGB
CMYK
RGB Variations
Color information
#67A5F8 (or 0x67A5F8) is known color: Cornflower Blue. HEX triplet: 67, A5 and F8. RGB value is (103,165,248). Sum of RGB (Red+Green+Blue) = 103+165+248=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #67A5F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A5F8 is #985A07. Grayscale: #9B9B9B. Windows color (decimal): -9984520 or 16295271. OLE color: 16295271.
HSL color Cylindrical-coordinate representation of color #67A5F8: hue angle of 214.34º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67A5F8 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 103 | 165 | 248 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.03 |
| HSL | 214.34º | 0.91% | 0.69% | - |
| HSV(B) | 214.34º | 0.58% | 0.97% | - |
| XYZ | 35.99 | 36.57 | 93.97 | - |
| YUV | 155.92 | 179.96 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 248 | 0.58 | 0.33 | 0 | 0.03 | 214.34 | 0.91 | 0.69 |
| Hex | 67 | A5 | F8 | 3A | 21 | 0 | 3 | D6 | 5B | 45 |
| Octal | 147 | 245 | 370 | 72 | 41 | 0 | 3 | 326 | 133 | 105 |
| Binary | 1100111 | 10100101 | 11111000 | 111010 | 100001 | 0 | 11 | 11010110 | 1011011 | 1000101 |
Color Harmonies of #67A5F8
Complementary color
Monochromatic Colors of #67A5F8
Black with #67A5F8
Text Example
Text Example
White with #67A5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A5F8; }
p { color: rgb(103,165,248); }
H1.HeaderClassName
{
color: #67A5F8;
}
.AnyTagClassName
{
color: #67A5F8;
}
</style>
background-color css
<style>
a { background-color: #67A5F8; }
a { background-color: rgb(103,165,248); }
div.DivClassName
{
background-color: #67A5F8;
}
.BgClassName
{
background-color: #67A5F8;
}
</style>
border-color css
<style>
span { border-color: #67A5F8; }
span { border-color: rgb(103,165,248); }
td.TdClassName
{
border-color: #67A5F8;
}
.TagClassName
{
border-color: #67A5F8;
}
</style>