Shades of Cornflower Blue #819AFB
Tints of Cornflower Blue #819AFB
RGB
CMYK
RGB Variations
Color information
#819AFB (or 0x819AFB) is known color: Cornflower Blue. HEX triplet: 81, 9A and FB. RGB value is (129,154,251). Sum of RGB (Red+Green+Blue) = 129+154+251=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #819AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819AFB is #7E6504. Grayscale: #9D9D9D. Windows color (decimal): -8283397 or 16489089. OLE color: 16489089.
HSL color Cylindrical-coordinate representation of color #819AFB: hue angle of 227.7º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #819AFB is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 154 | 251 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.02 |
| HSL | 227.7º | 0.94% | 0.75% | - |
| HSV(B) | 227.7º | 0.49% | 0.98% | - |
| XYZ | 38.02 | 34.74 | 95.97 | - |
| YUV | 157.58 | 180.72 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 251 | 0.49 | 0.39 | 0 | 0.02 | 227.7 | 0.94 | 0.75 |
| Hex | 81 | 9A | FB | 31 | 27 | 0 | 2 | E4 | 5E | 4B |
| Octal | 201 | 232 | 373 | 61 | 47 | 0 | 2 | 344 | 136 | 113 |
| Binary | 10000001 | 10011010 | 11111011 | 110001 | 100111 | 0 | 10 | 11100100 | 1011110 | 1001011 |
Color Harmonies of #819AFB
Complementary color
Monochromatic Colors of #819AFB
Black with #819AFB
Text Example
Text Example
White with #819AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819AFB; }
p { color: rgb(129,154,251); }
H1.HeaderClassName
{
color: #819AFB;
}
.AnyTagClassName
{
color: #819AFB;
}
</style>
background-color css
<style>
a { background-color: #819AFB; }
a { background-color: rgb(129,154,251); }
div.DivClassName
{
background-color: #819AFB;
}
.BgClassName
{
background-color: #819AFB;
}
</style>
border-color css
<style>
span { border-color: #819AFB; }
span { border-color: rgb(129,154,251); }
td.TdClassName
{
border-color: #819AFB;
}
.TagClassName
{
border-color: #819AFB;
}
</style>