Shades of Cornflower Blue #538BFD
Tints of Cornflower Blue #538BFD
RGB
CMYK
RGB Variations
Color information
#538BFD (or 0x538BFD) is known color: Cornflower Blue. HEX triplet: 53, 8B and FD. RGB value is (83,139,253). Sum of RGB (Red+Green+Blue) = 83+139+253=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #538BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BFD is #AC7402. Grayscale: #868686. Windows color (decimal): -11301891 or 16616275. OLE color: 16616275.
HSL color Cylindrical-coordinate representation of color #538BFD: hue angle of 220.24º degrees, saturation: 0.98, 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 #538BFD is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 139 | 253 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.01 |
| HSL | 220.24º | 0.98% | 0.66% | - |
| HSV(B) | 220.24º | 0.67% | 0.99% | - |
| XYZ | 30.53 | 27.4 | 96.61 | - |
| YUV | 135.25 | 194.45 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 253 | 0.67 | 0.45 | 0 | 0.01 | 220.24 | 0.98 | 0.66 |
| Hex | 53 | 8B | FD | 43 | 2D | 0 | 1 | DC | 62 | 42 |
| Octal | 123 | 213 | 375 | 103 | 55 | 0 | 1 | 334 | 142 | 102 |
| Binary | 1010011 | 10001011 | 11111101 | 1000011 | 101101 | 0 | 1 | 11011100 | 1100010 | 1000010 |
Color Harmonies of #538BFD
Complementary color
Monochromatic Colors of #538BFD
Black with #538BFD
Text Example
Text Example
White with #538BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BFD; }
p { color: rgb(83,139,253); }
H1.HeaderClassName
{
color: #538BFD;
}
.AnyTagClassName
{
color: #538BFD;
}
</style>
background-color css
<style>
a { background-color: #538BFD; }
a { background-color: rgb(83,139,253); }
div.DivClassName
{
background-color: #538BFD;
}
.BgClassName
{
background-color: #538BFD;
}
</style>
border-color css
<style>
span { border-color: #538BFD; }
span { border-color: rgb(83,139,253); }
td.TdClassName
{
border-color: #538BFD;
}
.TagClassName
{
border-color: #538BFD;
}
</style>