Shades of Cornflower Blue #538FF2
Tints of Cornflower Blue #538FF2
RGB
CMYK
RGB Variations
Color information
#538FF2 (or 0x538FF2) is known color: Cornflower Blue. HEX triplet: 53, 8F and F2. RGB value is (83,143,242). Sum of RGB (Red+Green+Blue) = 83+143+242=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #538FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FF2 is #AC700D. Grayscale: #878787. Windows color (decimal): -11300878 or 15896403. OLE color: 15896403.
HSL color Cylindrical-coordinate representation of color #538FF2: hue angle of 217.36º degrees, saturation: 0.86, 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 #538FF2 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 143 | 242 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.05 |
| HSL | 217.36º | 0.86% | 0.64% | - |
| HSV(B) | 217.36º | 0.66% | 0.95% | - |
| XYZ | 29.42 | 27.89 | 87.84 | - |
| YUV | 136.35 | 187.62 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 242 | 0.66 | 0.41 | 0 | 0.05 | 217.36 | 0.86 | 0.64 |
| Hex | 53 | 8F | F2 | 42 | 29 | 0 | 5 | D9 | 56 | 40 |
| Octal | 123 | 217 | 362 | 102 | 51 | 0 | 5 | 331 | 126 | 100 |
| Binary | 1010011 | 10001111 | 11110010 | 1000010 | 101001 | 0 | 101 | 11011001 | 1010110 | 1000000 |
Color Harmonies of #538FF2
Complementary color
Monochromatic Colors of #538FF2
Black with #538FF2
Text Example
Text Example
White with #538FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FF2; }
p { color: rgb(83,143,242); }
H1.HeaderClassName
{
color: #538FF2;
}
.AnyTagClassName
{
color: #538FF2;
}
</style>
background-color css
<style>
a { background-color: #538FF2; }
a { background-color: rgb(83,143,242); }
div.DivClassName
{
background-color: #538FF2;
}
.BgClassName
{
background-color: #538FF2;
}
</style>
border-color css
<style>
span { border-color: #538FF2; }
span { border-color: rgb(83,143,242); }
td.TdClassName
{
border-color: #538FF2;
}
.TagClassName
{
border-color: #538FF2;
}
</style>