Shades of Cornflower Blue #538FDE
Tints of Cornflower Blue #538FDE
RGB
CMYK
RGB Variations
Color information
#538FDE (or 0x538FDE) is known color: Cornflower Blue. HEX triplet: 53, 8F and DE. RGB value is (83,143,222). Sum of RGB (Red+Green+Blue) = 83+143+222=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #538FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FDE is #AC7021. Grayscale: #858585. Windows color (decimal): -11300898 or 14585683. OLE color: 14585683.
HSL color Cylindrical-coordinate representation of color #538FDE: hue angle of 214.1º degrees, saturation: 0.68, 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 #538FDE is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 143 | 222 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.13 |
| HSL | 214.1º | 0.68% | 0.6% | - |
| HSV(B) | 214.1º | 0.63% | 0.87% | - |
| XYZ | 26.57 | 26.76 | 72.87 | - |
| YUV | 134.07 | 177.62 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 222 | 0.63 | 0.36 | 0 | 0.13 | 214.1 | 0.68 | 0.6 |
| Hex | 53 | 8F | DE | 3F | 24 | 0 | D | D6 | 44 | 3C |
| Octal | 123 | 217 | 336 | 77 | 44 | 0 | 15 | 326 | 104 | 74 |
| Binary | 1010011 | 10001111 | 11011110 | 111111 | 100100 | 0 | 1101 | 11010110 | 1000100 | 111100 |
Color Harmonies of #538FDE
Complementary color
Monochromatic Colors of #538FDE
Black with #538FDE
Text Example
Text Example
White with #538FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FDE; }
p { color: rgb(83,143,222); }
H1.HeaderClassName
{
color: #538FDE;
}
.AnyTagClassName
{
color: #538FDE;
}
</style>
background-color css
<style>
a { background-color: #538FDE; }
a { background-color: rgb(83,143,222); }
div.DivClassName
{
background-color: #538FDE;
}
.BgClassName
{
background-color: #538FDE;
}
</style>
border-color css
<style>
span { border-color: #538FDE; }
span { border-color: rgb(83,143,222); }
td.TdClassName
{
border-color: #538FDE;
}
.TagClassName
{
border-color: #538FDE;
}
</style>