Shades of Cornflower Blue #538FF0
Tints of Cornflower Blue #538FF0
RGB
CMYK
RGB Variations
Color information
#538FF0 (or 0x538FF0) is known color: Cornflower Blue. HEX triplet: 53, 8F and F0. RGB value is (83,143,240). Sum of RGB (Red+Green+Blue) = 83+143+240=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #538FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FF0 is #AC700F. Grayscale: #878787. Windows color (decimal): -11300880 or 15765331. OLE color: 15765331.
HSL color Cylindrical-coordinate representation of color #538FF0: hue angle of 217.07º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538FF0 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 143 | 240 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.06 |
| HSL | 217.07º | 0.84% | 0.63% | - |
| HSV(B) | 217.07º | 0.65% | 0.94% | - |
| XYZ | 29.12 | 27.78 | 86.26 | - |
| YUV | 136.12 | 186.62 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 240 | 0.65 | 0.40 | 0 | 0.06 | 217.07 | 0.84 | 0.63 |
| Hex | 53 | 8F | F0 | 41 | 28 | 0 | 6 | D9 | 54 | 3F |
| Octal | 123 | 217 | 360 | 101 | 50 | 0 | 6 | 331 | 124 | 77 |
| Binary | 1010011 | 10001111 | 11110000 | 1000001 | 101000 | 0 | 110 | 11011001 | 1010100 | 111111 |
Color Harmonies of #538FF0
Complementary color
Monochromatic Colors of #538FF0
Black with #538FF0
Text Example
Text Example
White with #538FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FF0; }
p { color: rgb(83,143,240); }
H1.HeaderClassName
{
color: #538FF0;
}
.AnyTagClassName
{
color: #538FF0;
}
</style>
background-color css
<style>
a { background-color: #538FF0; }
a { background-color: rgb(83,143,240); }
div.DivClassName
{
background-color: #538FF0;
}
.BgClassName
{
background-color: #538FF0;
}
</style>
border-color css
<style>
span { border-color: #538FF0; }
span { border-color: rgb(83,143,240); }
td.TdClassName
{
border-color: #538FF0;
}
.TagClassName
{
border-color: #538FF0;
}
</style>