Shades of Cornflower Blue #538DF1
Tints of Cornflower Blue #538DF1
RGB
CMYK
RGB Variations
Color information
#538DF1 (or 0x538DF1) is known color: Cornflower Blue. HEX triplet: 53, 8D and F1. RGB value is (83,141,241). Sum of RGB (Red+Green+Blue) = 83+141+241=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #538DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538DF1 is #AC720E. Grayscale: #868686. Windows color (decimal): -11301391 or 15830355. OLE color: 15830355.
HSL color Cylindrical-coordinate representation of color #538DF1: hue angle of 217.97º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538DF1 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 141 | 241 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.05 |
| HSL | 217.97º | 0.85% | 0.64% | - |
| HSV(B) | 217.97º | 0.66% | 0.95% | - |
| XYZ | 28.97 | 27.24 | 86.95 | - |
| YUV | 135.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 241 | 0.66 | 0.41 | 0 | 0.05 | 217.97 | 0.85 | 0.64 |
| Hex | 53 | 8D | F1 | 42 | 29 | 0 | 5 | DA | 55 | 40 |
| Octal | 123 | 215 | 361 | 102 | 51 | 0 | 5 | 332 | 125 | 100 |
| Binary | 1010011 | 10001101 | 11110001 | 1000010 | 101001 | 0 | 101 | 11011010 | 1010101 | 1000000 |
Color Harmonies of #538DF1
Complementary color
Monochromatic Colors of #538DF1
Black with #538DF1
Text Example
Text Example
White with #538DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538DF1; }
p { color: rgb(83,141,241); }
H1.HeaderClassName
{
color: #538DF1;
}
.AnyTagClassName
{
color: #538DF1;
}
</style>
background-color css
<style>
a { background-color: #538DF1; }
a { background-color: rgb(83,141,241); }
div.DivClassName
{
background-color: #538DF1;
}
.BgClassName
{
background-color: #538DF1;
}
</style>
border-color css
<style>
span { border-color: #538DF1; }
span { border-color: rgb(83,141,241); }
td.TdClassName
{
border-color: #538DF1;
}
.TagClassName
{
border-color: #538DF1;
}
</style>