Shades of Cornflower Blue #538FFA
Tints of Cornflower Blue #538FFA
RGB
CMYK
RGB Variations
Color information
#538FFA (or 0x538FFA) is known color: Cornflower Blue. HEX triplet: 53, 8F and FA. RGB value is (83,143,250). Sum of RGB (Red+Green+Blue) = 83+143+250=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #538FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FFA is #AC7005. Grayscale: #888888. Windows color (decimal): -11300870 or 16420691. OLE color: 16420691.
HSL color Cylindrical-coordinate representation of color #538FFA: hue angle of 218.44º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538FFA is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 143 | 250 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.02 |
| HSL | 218.44º | 0.94% | 0.65% | - |
| HSV(B) | 218.44º | 0.67% | 0.98% | - |
| XYZ | 30.65 | 28.39 | 94.31 | - |
| YUV | 137.26 | 191.62 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 250 | 0.67 | 0.43 | 0 | 0.02 | 218.44 | 0.94 | 0.65 |
| Hex | 53 | 8F | FA | 43 | 2B | 0 | 2 | DA | 5E | 41 |
| Octal | 123 | 217 | 372 | 103 | 53 | 0 | 2 | 332 | 136 | 101 |
| Binary | 1010011 | 10001111 | 11111010 | 1000011 | 101011 | 0 | 10 | 11011010 | 1011110 | 1000001 |
Color Harmonies of #538FFA
Complementary color
Monochromatic Colors of #538FFA
Black with #538FFA
Text Example
Text Example
White with #538FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FFA; }
p { color: rgb(83,143,250); }
H1.HeaderClassName
{
color: #538FFA;
}
.AnyTagClassName
{
color: #538FFA;
}
</style>
background-color css
<style>
a { background-color: #538FFA; }
a { background-color: rgb(83,143,250); }
div.DivClassName
{
background-color: #538FFA;
}
.BgClassName
{
background-color: #538FFA;
}
</style>
border-color css
<style>
span { border-color: #538FFA; }
span { border-color: rgb(83,143,250); }
td.TdClassName
{
border-color: #538FFA;
}
.TagClassName
{
border-color: #538FFA;
}
</style>