Shades of Cornflower Blue #819BFD
Tints of Cornflower Blue #819BFD
RGB
CMYK
RGB Variations
Color information
#819BFD (or 0x819BFD) is known color: Cornflower Blue. HEX triplet: 81, 9B and FD. RGB value is (129,155,253). Sum of RGB (Red+Green+Blue) = 129+155+253=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #819BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819BFD is #7E6402. Grayscale: #9D9D9D. Windows color (decimal): -8283139 or 16620417. OLE color: 16620417.
HSL color Cylindrical-coordinate representation of color #819BFD: hue angle of 227.42º 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 #819BFD is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 155 | 253 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.01 |
| HSL | 227.42º | 0.97% | 0.75% | - |
| HSV(B) | 227.42º | 0.49% | 0.99% | - |
| XYZ | 38.5 | 35.2 | 97.69 | - |
| YUV | 158.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 253 | 0.49 | 0.39 | 0 | 0.01 | 227.42 | 0.97 | 0.75 |
| Hex | 81 | 9B | FD | 31 | 27 | 0 | 1 | E3 | 61 | 4B |
| Octal | 201 | 233 | 375 | 61 | 47 | 0 | 1 | 343 | 141 | 113 |
| Binary | 10000001 | 10011011 | 11111101 | 110001 | 100111 | 0 | 1 | 11100011 | 1100001 | 1001011 |
Color Harmonies of #819BFD
Complementary color
Monochromatic Colors of #819BFD
Black with #819BFD
Text Example
Text Example
White with #819BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BFD; }
p { color: rgb(129,155,253); }
H1.HeaderClassName
{
color: #819BFD;
}
.AnyTagClassName
{
color: #819BFD;
}
</style>
background-color css
<style>
a { background-color: #819BFD; }
a { background-color: rgb(129,155,253); }
div.DivClassName
{
background-color: #819BFD;
}
.BgClassName
{
background-color: #819BFD;
}
</style>
border-color css
<style>
span { border-color: #819BFD; }
span { border-color: rgb(129,155,253); }
td.TdClassName
{
border-color: #819BFD;
}
.TagClassName
{
border-color: #819BFD;
}
</style>