Shades of Cornflower Blue #538FF3
Tints of Cornflower Blue #538FF3
RGB
CMYK
RGB Variations
Color information
#538FF3 (or 0x538FF3) is known color: Cornflower Blue. HEX triplet: 53, 8F and F3. RGB value is (83,143,243). Sum of RGB (Red+Green+Blue) = 83+143+243=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #538FF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FF3 is #AC700C. Grayscale: #878787. Windows color (decimal): -11300877 or 15961939. OLE color: 15961939.
HSL color Cylindrical-coordinate representation of color #538FF3: hue angle of 217.5º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538FF3 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 143 | 243 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.05 |
| HSL | 217.5º | 0.87% | 0.64% | - |
| HSV(B) | 217.5º | 0.66% | 0.95% | - |
| XYZ | 29.57 | 27.95 | 88.63 | - |
| YUV | 136.46 | 188.12 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 243 | 0.66 | 0.41 | 0 | 0.05 | 217.5 | 0.87 | 0.64 |
| Hex | 53 | 8F | F3 | 42 | 29 | 0 | 5 | DA | 57 | 40 |
| Octal | 123 | 217 | 363 | 102 | 51 | 0 | 5 | 332 | 127 | 100 |
| Binary | 1010011 | 10001111 | 11110011 | 1000010 | 101001 | 0 | 101 | 11011010 | 1010111 | 1000000 |
Color Harmonies of #538FF3
Complementary color
Monochromatic Colors of #538FF3
Black with #538FF3
Text Example
Text Example
White with #538FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FF3; }
p { color: rgb(83,143,243); }
H1.HeaderClassName
{
color: #538FF3;
}
.AnyTagClassName
{
color: #538FF3;
}
</style>
background-color css
<style>
a { background-color: #538FF3; }
a { background-color: rgb(83,143,243); }
div.DivClassName
{
background-color: #538FF3;
}
.BgClassName
{
background-color: #538FF3;
}
</style>
border-color css
<style>
span { border-color: #538FF3; }
span { border-color: rgb(83,143,243); }
td.TdClassName
{
border-color: #538FF3;
}
.TagClassName
{
border-color: #538FF3;
}
</style>