Shades of Cornflower Blue #819FFC
Tints of Cornflower Blue #819FFC
RGB
CMYK
RGB Variations
Color information
#819FFC (or 0x819FFC) is known color: Cornflower Blue. HEX triplet: 81, 9F and FC. RGB value is (129,159,252). Sum of RGB (Red+Green+Blue) = 129+159+252=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #819FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FFC is #7E6003. Grayscale: #A0A0A0. Windows color (decimal): -8282116 or 16555905. OLE color: 16555905.
HSL color Cylindrical-coordinate representation of color #819FFC: hue angle of 225.37º degrees, saturation: 0.95, 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 #819FFC is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 159 | 252 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.01 |
| HSL | 225.37º | 0.95% | 0.75% | - |
| HSV(B) | 225.37º | 0.49% | 0.99% | - |
| XYZ | 39.02 | 36.49 | 97.08 | - |
| YUV | 160.63 | 179.56 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 252 | 0.49 | 0.37 | 0 | 0.01 | 225.37 | 0.95 | 0.75 |
| Hex | 81 | 9F | FC | 31 | 25 | 0 | 1 | E1 | 5F | 4B |
| Octal | 201 | 237 | 374 | 61 | 45 | 0 | 1 | 341 | 137 | 113 |
| Binary | 10000001 | 10011111 | 11111100 | 110001 | 100101 | 0 | 1 | 11100001 | 1011111 | 1001011 |
Color Harmonies of #819FFC
Complementary color
Monochromatic Colors of #819FFC
Black with #819FFC
Text Example
Text Example
White with #819FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FFC; }
p { color: rgb(129,159,252); }
H1.HeaderClassName
{
color: #819FFC;
}
.AnyTagClassName
{
color: #819FFC;
}
</style>
background-color css
<style>
a { background-color: #819FFC; }
a { background-color: rgb(129,159,252); }
div.DivClassName
{
background-color: #819FFC;
}
.BgClassName
{
background-color: #819FFC;
}
</style>
border-color css
<style>
span { border-color: #819FFC; }
span { border-color: rgb(129,159,252); }
td.TdClassName
{
border-color: #819FFC;
}
.TagClassName
{
border-color: #819FFC;
}
</style>