Shades of Cornflower Blue #538EF1
Tints of Cornflower Blue #538EF1
RGB
CMYK
RGB Variations
Color information
#538EF1 (or 0x538EF1) is known color: Cornflower Blue. HEX triplet: 53, 8E and F1. RGB value is (83,142,241). Sum of RGB (Red+Green+Blue) = 83+142+241=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #538EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538EF1 is #AC710E. Grayscale: #878787. Windows color (decimal): -11301135 or 15830611. OLE color: 15830611.
HSL color Cylindrical-coordinate representation of color #538EF1: hue angle of 217.59º 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 #538EF1 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 142 | 241 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.05 |
| HSL | 217.59º | 0.85% | 0.64% | - |
| HSV(B) | 217.59º | 0.66% | 0.95% | - |
| XYZ | 29.12 | 27.54 | 87 | - |
| YUV | 135.65 | 187.45 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 241 | 0.66 | 0.41 | 0 | 0.05 | 217.59 | 0.85 | 0.64 |
| Hex | 53 | 8E | F1 | 42 | 29 | 0 | 5 | DA | 55 | 40 |
| Octal | 123 | 216 | 361 | 102 | 51 | 0 | 5 | 332 | 125 | 100 |
| Binary | 1010011 | 10001110 | 11110001 | 1000010 | 101001 | 0 | 101 | 11011010 | 1010101 | 1000000 |
Color Harmonies of #538EF1
Complementary color
Monochromatic Colors of #538EF1
Black with #538EF1
Text Example
Text Example
White with #538EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538EF1; }
p { color: rgb(83,142,241); }
H1.HeaderClassName
{
color: #538EF1;
}
.AnyTagClassName
{
color: #538EF1;
}
</style>
background-color css
<style>
a { background-color: #538EF1; }
a { background-color: rgb(83,142,241); }
div.DivClassName
{
background-color: #538EF1;
}
.BgClassName
{
background-color: #538EF1;
}
</style>
border-color css
<style>
span { border-color: #538EF1; }
span { border-color: rgb(83,142,241); }
td.TdClassName
{
border-color: #538EF1;
}
.TagClassName
{
border-color: #538EF1;
}
</style>