Shades of Cornflower Blue #819FFD
Tints of Cornflower Blue #819FFD
RGB
CMYK
RGB Variations
Color information
#819FFD (or 0x819FFD) is known color: Cornflower Blue. HEX triplet: 81, 9F and FD. RGB value is (129,159,253). Sum of RGB (Red+Green+Blue) = 129+159+253=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #819FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FFD is #7E6002. Grayscale: #A0A0A0. Windows color (decimal): -8282115 or 16621441. OLE color: 16621441.
HSL color Cylindrical-coordinate representation of color #819FFD: hue angle of 225.48º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #819FFD is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 159 | 253 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.01 |
| HSL | 225.48º | 0.97% | 0.75% | - |
| HSV(B) | 225.48º | 0.49% | 0.99% | - |
| XYZ | 39.18 | 36.56 | 97.92 | - |
| YUV | 160.75 | 180.06 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 253 | 0.49 | 0.37 | 0 | 0.01 | 225.48 | 0.97 | 0.75 |
| Hex | 81 | 9F | FD | 31 | 25 | 0 | 1 | E1 | 61 | 4B |
| Octal | 201 | 237 | 375 | 61 | 45 | 0 | 1 | 341 | 141 | 113 |
| Binary | 10000001 | 10011111 | 11111101 | 110001 | 100101 | 0 | 1 | 11100001 | 1100001 | 1001011 |
Color Harmonies of #819FFD
Complementary color
Monochromatic Colors of #819FFD
Black with #819FFD
Text Example
Text Example
White with #819FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FFD; }
p { color: rgb(129,159,253); }
H1.HeaderClassName
{
color: #819FFD;
}
.AnyTagClassName
{
color: #819FFD;
}
</style>
background-color css
<style>
a { background-color: #819FFD; }
a { background-color: rgb(129,159,253); }
div.DivClassName
{
background-color: #819FFD;
}
.BgClassName
{
background-color: #819FFD;
}
</style>
border-color css
<style>
span { border-color: #819FFD; }
span { border-color: rgb(129,159,253); }
td.TdClassName
{
border-color: #819FFD;
}
.TagClassName
{
border-color: #819FFD;
}
</style>