Shades of Cornflower Blue #78A1FF
Tints of Cornflower Blue #78A1FF
RGB
CMYK
RGB Variations
Color information
#78A1FF (or 0x78A1FF) is known color: Cornflower Blue. HEX triplet: 78, A1 and FF. RGB value is (120,161,255). Sum of RGB (Red+Green+Blue) = 120+161+255=536 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.39% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #78A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A1FF is #875E00. Grayscale: #9F9F9F. Windows color (decimal): -8871425 or 16753016. OLE color: 16753016.
HSL color Cylindrical-coordinate representation of color #78A1FF: hue angle of 221.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78A1FF is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 161 | 255 | - |
| CMYK | 0.53 | 0.37 | 0 | 0 |
| HSL | 221.78º | 1% | 0.74% | - |
| HSV(B) | 221.78º | 0.53% | 1% | - |
| XYZ | 38.54 | 36.7 | 99.66 | - |
| YUV | 159.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 255 | 0.53 | 0.37 | 0 | 0 | 221.78 | 1 | 0.74 |
| Hex | 78 | A1 | FF | 35 | 25 | 0 | 0 | DE | 64 | 4A |
| Octal | 170 | 241 | 377 | 65 | 45 | 0 | 0 | 336 | 144 | 112 |
| Binary | 1111000 | 10100001 | 11111111 | 110101 | 100101 | 0 | 0 | 11011110 | 1100100 | 1001010 |
Color Harmonies of #78A1FF
Complementary color
Monochromatic Colors of #78A1FF
Black with #78A1FF
Text Example
Text Example
White with #78A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A1FF; }
p { color: rgb(120,161,255); }
H1.HeaderClassName
{
color: #78A1FF;
}
.AnyTagClassName
{
color: #78A1FF;
}
</style>
background-color css
<style>
a { background-color: #78A1FF; }
a { background-color: rgb(120,161,255); }
div.DivClassName
{
background-color: #78A1FF;
}
.BgClassName
{
background-color: #78A1FF;
}
</style>
border-color css
<style>
span { border-color: #78A1FF; }
span { border-color: rgb(120,161,255); }
td.TdClassName
{
border-color: #78A1FF;
}
.TagClassName
{
border-color: #78A1FF;
}
</style>