Shades of Cornflower Blue #538AF4
Tints of Cornflower Blue #538AF4
RGB
CMYK
RGB Variations
Color information
#538AF4 (or 0x538AF4) is known color: Cornflower Blue. HEX triplet: 53, 8A and F4. RGB value is (83,138,244). Sum of RGB (Red+Green+Blue) = 83+138+244=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #538AF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538AF4 is #AC750B. Grayscale: #858585. Windows color (decimal): -11302156 or 16026195. OLE color: 16026195.
HSL color Cylindrical-coordinate representation of color #538AF4: hue angle of 219.5º 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 #538AF4 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 138 | 244 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.04 |
| HSL | 219.5º | 0.88% | 0.64% | - |
| HSV(B) | 219.5º | 0.66% | 0.96% | - |
| XYZ | 28.98 | 26.55 | 89.18 | - |
| YUV | 133.64 | 190.28 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 244 | 0.66 | 0.43 | 0 | 0.04 | 219.5 | 0.88 | 0.64 |
| Hex | 53 | 8A | F4 | 42 | 2B | 0 | 4 | DC | 58 | 40 |
| Octal | 123 | 212 | 364 | 102 | 53 | 0 | 4 | 334 | 130 | 100 |
| Binary | 1010011 | 10001010 | 11110100 | 1000010 | 101011 | 0 | 100 | 11011100 | 1011000 | 1000000 |
Color Harmonies of #538AF4
Complementary color
Monochromatic Colors of #538AF4
Black with #538AF4
Text Example
Text Example
White with #538AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538AF4; }
p { color: rgb(83,138,244); }
H1.HeaderClassName
{
color: #538AF4;
}
.AnyTagClassName
{
color: #538AF4;
}
</style>
background-color css
<style>
a { background-color: #538AF4; }
a { background-color: rgb(83,138,244); }
div.DivClassName
{
background-color: #538AF4;
}
.BgClassName
{
background-color: #538AF4;
}
</style>
border-color css
<style>
span { border-color: #538AF4; }
span { border-color: rgb(83,138,244); }
td.TdClassName
{
border-color: #538AF4;
}
.TagClassName
{
border-color: #538AF4;
}
</style>