Shades of Cornflower Blue #538DF4
Tints of Cornflower Blue #538DF4
RGB
CMYK
RGB Variations
Color information
#538DF4 (or 0x538DF4) is known color: Cornflower Blue. HEX triplet: 53, 8D and F4. RGB value is (83,141,244). Sum of RGB (Red+Green+Blue) = 83+141+244=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #538DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538DF4 is #AC720B. Grayscale: #868686. Windows color (decimal): -11301388 or 16026963. OLE color: 16026963.
HSL color Cylindrical-coordinate representation of color #538DF4: hue angle of 218.39º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538DF4 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 141 | 244 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.04 |
| HSL | 218.39º | 0.88% | 0.64% | - |
| HSV(B) | 218.39º | 0.66% | 0.96% | - |
| XYZ | 29.42 | 27.42 | 89.33 | - |
| YUV | 135.4 | 189.28 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 244 | 0.66 | 0.42 | 0 | 0.04 | 218.39 | 0.88 | 0.64 |
| Hex | 53 | 8D | F4 | 42 | 2A | 0 | 4 | DA | 58 | 40 |
| Octal | 123 | 215 | 364 | 102 | 52 | 0 | 4 | 332 | 130 | 100 |
| Binary | 1010011 | 10001101 | 11110100 | 1000010 | 101010 | 0 | 100 | 11011010 | 1011000 | 1000000 |
Color Harmonies of #538DF4
Complementary color
Monochromatic Colors of #538DF4
Black with #538DF4
Text Example
Text Example
White with #538DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538DF4; }
p { color: rgb(83,141,244); }
H1.HeaderClassName
{
color: #538DF4;
}
.AnyTagClassName
{
color: #538DF4;
}
</style>
background-color css
<style>
a { background-color: #538DF4; }
a { background-color: rgb(83,141,244); }
div.DivClassName
{
background-color: #538DF4;
}
.BgClassName
{
background-color: #538DF4;
}
</style>
border-color css
<style>
span { border-color: #538DF4; }
span { border-color: rgb(83,141,244); }
td.TdClassName
{
border-color: #538DF4;
}
.TagClassName
{
border-color: #538DF4;
}
</style>