Shades of Cornflower Blue #819DF8
Tints of Cornflower Blue #819DF8
RGB
CMYK
RGB Variations
Color information
#819DF8 (or 0x819DF8) is known color: Cornflower Blue. HEX triplet: 81, 9D and F8. RGB value is (129,157,248). Sum of RGB (Red+Green+Blue) = 129+157+248=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #819DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DF8 is #7E6207. Grayscale: #9E9E9E. Windows color (decimal): -8282632 or 16293249. OLE color: 16293249.
HSL color Cylindrical-coordinate representation of color #819DF8: hue angle of 225.88º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #819DF8 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 157 | 248 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.03 |
| HSL | 225.88º | 0.89% | 0.74% | - |
| HSV(B) | 225.88º | 0.48% | 0.97% | - |
| XYZ | 38.05 | 35.56 | 93.66 | - |
| YUV | 159 | 178.22 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 248 | 0.48 | 0.37 | 0 | 0.03 | 225.88 | 0.89 | 0.74 |
| Hex | 81 | 9D | F8 | 30 | 25 | 0 | 3 | E2 | 59 | 4A |
| Octal | 201 | 235 | 370 | 60 | 45 | 0 | 3 | 342 | 131 | 112 |
| Binary | 10000001 | 10011101 | 11111000 | 110000 | 100101 | 0 | 11 | 11100010 | 1011001 | 1001010 |
Color Harmonies of #819DF8
Complementary color
Monochromatic Colors of #819DF8
Black with #819DF8
Text Example
Text Example
White with #819DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DF8; }
p { color: rgb(129,157,248); }
H1.HeaderClassName
{
color: #819DF8;
}
.AnyTagClassName
{
color: #819DF8;
}
</style>
background-color css
<style>
a { background-color: #819DF8; }
a { background-color: rgb(129,157,248); }
div.DivClassName
{
background-color: #819DF8;
}
.BgClassName
{
background-color: #819DF8;
}
</style>
border-color css
<style>
span { border-color: #819DF8; }
span { border-color: rgb(129,157,248); }
td.TdClassName
{
border-color: #819DF8;
}
.TagClassName
{
border-color: #819DF8;
}
</style>