Shades of Cornflower Blue #819FFF
Tints of Cornflower Blue #819FFF
RGB
CMYK
RGB Variations
Color information
#819FFF (or 0x819FFF) is known color: Cornflower Blue. HEX triplet: 81, 9F and FF. RGB value is (129,159,255). Sum of RGB (Red+Green+Blue) = 129+159+255=543 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.76% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #819FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FFF is #7E6000. Grayscale: #A0A0A0. Windows color (decimal): -8282113 or 16752513. OLE color: 16752513.
HSL color Cylindrical-coordinate representation of color #819FFF: hue angle of 225.71º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #819FFF is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 159 | 255 | - |
| CMYK | 0.49 | 0.38 | 0 | 0 |
| HSL | 225.71º | 1% | 0.75% | - |
| HSV(B) | 225.71º | 0.49% | 1% | - |
| XYZ | 39.5 | 36.68 | 99.61 | - |
| YUV | 160.97 | 181.06 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 255 | 0.49 | 0.38 | 0 | 0 | 225.71 | 1 | 0.75 |
| Hex | 81 | 9F | FF | 31 | 26 | 0 | 0 | E2 | 64 | 4B |
| Octal | 201 | 237 | 377 | 61 | 46 | 0 | 0 | 342 | 144 | 113 |
| Binary | 10000001 | 10011111 | 11111111 | 110001 | 100110 | 0 | 0 | 11100010 | 1100100 | 1001011 |
Color Harmonies of #819FFF
Complementary color
Monochromatic Colors of #819FFF
Black with #819FFF
Text Example
Text Example
White with #819FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FFF; }
p { color: rgb(129,159,255); }
H1.HeaderClassName
{
color: #819FFF;
}
.AnyTagClassName
{
color: #819FFF;
}
</style>
background-color css
<style>
a { background-color: #819FFF; }
a { background-color: rgb(129,159,255); }
div.DivClassName
{
background-color: #819FFF;
}
.BgClassName
{
background-color: #819FFF;
}
</style>
border-color css
<style>
span { border-color: #819FFF; }
span { border-color: rgb(129,159,255); }
td.TdClassName
{
border-color: #819FFF;
}
.TagClassName
{
border-color: #819FFF;
}
</style>