Shades of Cornflower Blue #538FDF
Tints of Cornflower Blue #538FDF
RGB
CMYK
RGB Variations
Color information
#538FDF (or 0x538FDF) is known color: Cornflower Blue. HEX triplet: 53, 8F and DF. RGB value is (83,143,223). Sum of RGB (Red+Green+Blue) = 83+143+223=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #538FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FDF is #AC7020. Grayscale: #858585. Windows color (decimal): -11300897 or 14651219. OLE color: 14651219.
HSL color Cylindrical-coordinate representation of color #538FDF: hue angle of 214.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #538FDF is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 143 | 223 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.13 |
| HSL | 214.29º | 0.69% | 0.6% | - |
| HSV(B) | 214.29º | 0.63% | 0.87% | - |
| XYZ | 26.71 | 26.81 | 73.58 | - |
| YUV | 134.18 | 178.12 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 223 | 0.63 | 0.36 | 0 | 0.13 | 214.29 | 0.69 | 0.6 |
| Hex | 53 | 8F | DF | 3F | 24 | 0 | D | D6 | 45 | 3C |
| Octal | 123 | 217 | 337 | 77 | 44 | 0 | 15 | 326 | 105 | 74 |
| Binary | 1010011 | 10001111 | 11011111 | 111111 | 100100 | 0 | 1101 | 11010110 | 1000101 | 111100 |
Color Harmonies of #538FDF
Complementary color
Monochromatic Colors of #538FDF
Black with #538FDF
Text Example
Text Example
White with #538FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FDF; }
p { color: rgb(83,143,223); }
H1.HeaderClassName
{
color: #538FDF;
}
.AnyTagClassName
{
color: #538FDF;
}
</style>
background-color css
<style>
a { background-color: #538FDF; }
a { background-color: rgb(83,143,223); }
div.DivClassName
{
background-color: #538FDF;
}
.BgClassName
{
background-color: #538FDF;
}
</style>
border-color css
<style>
span { border-color: #538FDF; }
span { border-color: rgb(83,143,223); }
td.TdClassName
{
border-color: #538FDF;
}
.TagClassName
{
border-color: #538FDF;
}
</style>