Shades of Cornflower Blue #538FFF
Tints of Cornflower Blue #538FFF
RGB
CMYK
RGB Variations
Color information
#538FFF (or 0x538FFF) is known color: Cornflower Blue. HEX triplet: 53, 8F and FF. RGB value is (83,143,255). Sum of RGB (Red+Green+Blue) = 83+143+255=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #538FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FFF is #AC7000. Grayscale: #898989. Windows color (decimal): -11300865 or 16748371. OLE color: 16748371.
HSL color Cylindrical-coordinate representation of color #538FFF: hue angle of 219.07º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538FFF is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 143 | 255 | - |
| CMYK | 0.67 | 0.44 | 0 | 0 |
| HSL | 219.07º | 1% | 0.66% | - |
| HSV(B) | 219.07º | 0.67% | 1% | - |
| XYZ | 31.44 | 28.7 | 98.49 | - |
| YUV | 137.83 | 194.12 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 255 | 0.67 | 0.44 | 0 | 0 | 219.07 | 1 | 0.66 |
| Hex | 53 | 8F | FF | 43 | 2C | 0 | 0 | DB | 64 | 42 |
| Octal | 123 | 217 | 377 | 103 | 54 | 0 | 0 | 333 | 144 | 102 |
| Binary | 1010011 | 10001111 | 11111111 | 1000011 | 101100 | 0 | 0 | 11011011 | 1100100 | 1000010 |
Color Harmonies of #538FFF
Complementary color
Monochromatic Colors of #538FFF
Black with #538FFF
Text Example
Text Example
White with #538FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FFF; }
p { color: rgb(83,143,255); }
H1.HeaderClassName
{
color: #538FFF;
}
.AnyTagClassName
{
color: #538FFF;
}
</style>
background-color css
<style>
a { background-color: #538FFF; }
a { background-color: rgb(83,143,255); }
div.DivClassName
{
background-color: #538FFF;
}
.BgClassName
{
background-color: #538FFF;
}
</style>
border-color css
<style>
span { border-color: #538FFF; }
span { border-color: rgb(83,143,255); }
td.TdClassName
{
border-color: #538FFF;
}
.TagClassName
{
border-color: #538FFF;
}
</style>