Shades of Cornflower Blue #819BFF
Tints of Cornflower Blue #819BFF
RGB
CMYK
RGB Variations
Color information
#819BFF (or 0x819BFF) is known color: Cornflower Blue. HEX triplet: 81, 9B and FF. RGB value is (129,155,255). Sum of RGB (Red+Green+Blue) = 129+155+255=539 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.93% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #819BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819BFF is #7E6400. Grayscale: #9E9E9E. Windows color (decimal): -8283137 or 16751489. OLE color: 16751489.
HSL color Cylindrical-coordinate representation of color #819BFF: hue angle of 227.62º 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 #819BFF is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 155 | 255 | - |
| CMYK | 0.49 | 0.39 | 0 | 0 |
| HSL | 227.62º | 1% | 0.75% | - |
| HSV(B) | 227.62º | 0.49% | 1% | - |
| XYZ | 38.82 | 35.33 | 99.38 | - |
| YUV | 158.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 255 | 0.49 | 0.39 | 0 | 0 | 227.62 | 1 | 0.75 |
| Hex | 81 | 9B | FF | 31 | 27 | 0 | 0 | E4 | 64 | 4B |
| Octal | 201 | 233 | 377 | 61 | 47 | 0 | 0 | 344 | 144 | 113 |
| Binary | 10000001 | 10011011 | 11111111 | 110001 | 100111 | 0 | 0 | 11100100 | 1100100 | 1001011 |
Color Harmonies of #819BFF
Complementary color
Monochromatic Colors of #819BFF
Black with #819BFF
Text Example
Text Example
White with #819BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BFF; }
p { color: rgb(129,155,255); }
H1.HeaderClassName
{
color: #819BFF;
}
.AnyTagClassName
{
color: #819BFF;
}
</style>
background-color css
<style>
a { background-color: #819BFF; }
a { background-color: rgb(129,155,255); }
div.DivClassName
{
background-color: #819BFF;
}
.BgClassName
{
background-color: #819BFF;
}
</style>
border-color css
<style>
span { border-color: #819BFF; }
span { border-color: rgb(129,155,255); }
td.TdClassName
{
border-color: #819BFF;
}
.TagClassName
{
border-color: #819BFF;
}
</style>