Shades of Cornflower Blue #538AFC
Tints of Cornflower Blue #538AFC
RGB
CMYK
RGB Variations
Color information
#538AFC (or 0x538AFC) is known color: Cornflower Blue. HEX triplet: 53, 8A and FC. RGB value is (83,138,252). Sum of RGB (Red+Green+Blue) = 83+138+252=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #538AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538AFC is #AC7503. Grayscale: #868686. Windows color (decimal): -11302148 or 16550483. OLE color: 16550483.
HSL color Cylindrical-coordinate representation of color #538AFC: hue angle of 220.47º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538AFC is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 138 | 252 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.01 |
| HSL | 220.47º | 0.97% | 0.66% | - |
| HSV(B) | 220.47º | 0.67% | 0.99% | - |
| XYZ | 30.23 | 27.04 | 95.72 | - |
| YUV | 134.55 | 194.28 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 252 | 0.67 | 0.45 | 0 | 0.01 | 220.47 | 0.97 | 0.66 |
| Hex | 53 | 8A | FC | 43 | 2D | 0 | 1 | DC | 61 | 42 |
| Octal | 123 | 212 | 374 | 103 | 55 | 0 | 1 | 334 | 141 | 102 |
| Binary | 1010011 | 10001010 | 11111100 | 1000011 | 101101 | 0 | 1 | 11011100 | 1100001 | 1000010 |
Color Harmonies of #538AFC
Complementary color
Monochromatic Colors of #538AFC
Black with #538AFC
Text Example
Text Example
White with #538AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538AFC; }
p { color: rgb(83,138,252); }
H1.HeaderClassName
{
color: #538AFC;
}
.AnyTagClassName
{
color: #538AFC;
}
</style>
background-color css
<style>
a { background-color: #538AFC; }
a { background-color: rgb(83,138,252); }
div.DivClassName
{
background-color: #538AFC;
}
.BgClassName
{
background-color: #538AFC;
}
</style>
border-color css
<style>
span { border-color: #538AFC; }
span { border-color: rgb(83,138,252); }
td.TdClassName
{
border-color: #538AFC;
}
.TagClassName
{
border-color: #538AFC;
}
</style>