Shades of Cornflower Blue #538AFF
Tints of Cornflower Blue #538AFF
RGB
CMYK
RGB Variations
Color information
#538AFF (or 0x538AFF) is known color: Cornflower Blue. HEX triplet: 53, 8A and FF. RGB value is (83,138,255). Sum of RGB (Red+Green+Blue) = 83+138+255=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #538AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538AFF is #AC7500. Grayscale: #868686. Windows color (decimal): -11302145 or 16747091. OLE color: 16747091.
HSL color Cylindrical-coordinate representation of color #538AFF: hue angle of 220.81º 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 #538AFF is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 138 | 255 | - |
| CMYK | 0.67 | 0.46 | 0 | 0 |
| HSL | 220.81º | 1% | 0.66% | - |
| HSV(B) | 220.81º | 0.67% | 1% | - |
| XYZ | 30.71 | 27.24 | 98.25 | - |
| YUV | 134.89 | 195.78 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 255 | 0.67 | 0.46 | 0 | 0 | 220.81 | 1 | 0.66 |
| Hex | 53 | 8A | FF | 43 | 2E | 0 | 0 | DD | 64 | 42 |
| Octal | 123 | 212 | 377 | 103 | 56 | 0 | 0 | 335 | 144 | 102 |
| Binary | 1010011 | 10001010 | 11111111 | 1000011 | 101110 | 0 | 0 | 11011101 | 1100100 | 1000010 |
Color Harmonies of #538AFF
Complementary color
Monochromatic Colors of #538AFF
Black with #538AFF
Text Example
Text Example
White with #538AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538AFF; }
p { color: rgb(83,138,255); }
H1.HeaderClassName
{
color: #538AFF;
}
.AnyTagClassName
{
color: #538AFF;
}
</style>
background-color css
<style>
a { background-color: #538AFF; }
a { background-color: rgb(83,138,255); }
div.DivClassName
{
background-color: #538AFF;
}
.BgClassName
{
background-color: #538AFF;
}
</style>
border-color css
<style>
span { border-color: #538AFF; }
span { border-color: rgb(83,138,255); }
td.TdClassName
{
border-color: #538AFF;
}
.TagClassName
{
border-color: #538AFF;
}
</style>