Shades of Cornflower Blue #5282F3
Tints of Cornflower Blue #5282F3
RGB
CMYK
RGB Variations
Color information
#5282F3 (or 0x5282F3) is known color: Cornflower Blue. HEX triplet: 52, 82 and F3. RGB value is (82,130,243). Sum of RGB (Red+Green+Blue) = 82+130+243=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #5282F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5282F3 is #AD7D0C. Grayscale: #808080. Windows color (decimal): -11369741 or 15958610. OLE color: 15958610.
HSL color Cylindrical-coordinate representation of color #5282F3: hue angle of 222.11º 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 #5282F3 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 130 | 243 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.05 |
| HSL | 222.11º | 0.87% | 0.64% | - |
| HSV(B) | 222.11º | 0.66% | 0.95% | - |
| XYZ | 27.64 | 24.23 | 88.01 | - |
| YUV | 128.53 | 192.6 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 243 | 0.66 | 0.47 | 0 | 0.05 | 222.11 | 0.87 | 0.64 |
| Hex | 52 | 82 | F3 | 42 | 2F | 0 | 5 | DE | 57 | 40 |
| Octal | 122 | 202 | 363 | 102 | 57 | 0 | 5 | 336 | 127 | 100 |
| Binary | 1010010 | 10000010 | 11110011 | 1000010 | 101111 | 0 | 101 | 11011110 | 1010111 | 1000000 |
Color Harmonies of #5282F3
Complementary color
Monochromatic Colors of #5282F3
Black with #5282F3
Text Example
Text Example
White with #5282F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5282F3; }
p { color: rgb(82,130,243); }
H1.HeaderClassName
{
color: #5282F3;
}
.AnyTagClassName
{
color: #5282F3;
}
</style>
background-color css
<style>
a { background-color: #5282F3; }
a { background-color: rgb(82,130,243); }
div.DivClassName
{
background-color: #5282F3;
}
.BgClassName
{
background-color: #5282F3;
}
</style>
border-color css
<style>
span { border-color: #5282F3; }
span { border-color: rgb(82,130,243); }
td.TdClassName
{
border-color: #5282F3;
}
.TagClassName
{
border-color: #5282F3;
}
</style>