Shades of Cornflower Blue #819CFB
Tints of Cornflower Blue #819CFB
RGB
CMYK
RGB Variations
Color information
#819CFB (or 0x819CFB) is known color: Cornflower Blue. HEX triplet: 81, 9C and FB. RGB value is (129,156,251). Sum of RGB (Red+Green+Blue) = 129+156+251=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #819CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819CFB is #7E6304. Grayscale: #9E9E9E. Windows color (decimal): -8282885 or 16489601. OLE color: 16489601.
HSL color Cylindrical-coordinate representation of color #819CFB: hue angle of 226.72º 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 #819CFB is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 156 | 251 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.02 |
| HSL | 226.72º | 0.94% | 0.75% | - |
| HSV(B) | 226.72º | 0.49% | 0.98% | - |
| XYZ | 38.35 | 35.41 | 96.08 | - |
| YUV | 158.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 251 | 0.49 | 0.38 | 0 | 0.02 | 226.72 | 0.94 | 0.75 |
| Hex | 81 | 9C | FB | 31 | 26 | 0 | 2 | E3 | 5E | 4B |
| Octal | 201 | 234 | 373 | 61 | 46 | 0 | 2 | 343 | 136 | 113 |
| Binary | 10000001 | 10011100 | 11111011 | 110001 | 100110 | 0 | 10 | 11100011 | 1011110 | 1001011 |
Color Harmonies of #819CFB
Complementary color
Monochromatic Colors of #819CFB
Black with #819CFB
Text Example
Text Example
White with #819CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CFB; }
p { color: rgb(129,156,251); }
H1.HeaderClassName
{
color: #819CFB;
}
.AnyTagClassName
{
color: #819CFB;
}
</style>
background-color css
<style>
a { background-color: #819CFB; }
a { background-color: rgb(129,156,251); }
div.DivClassName
{
background-color: #819CFB;
}
.BgClassName
{
background-color: #819CFB;
}
</style>
border-color css
<style>
span { border-color: #819CFB; }
span { border-color: rgb(129,156,251); }
td.TdClassName
{
border-color: #819CFB;
}
.TagClassName
{
border-color: #819CFB;
}
</style>