Shades of Cornflower Blue #6282FA
Tints of Cornflower Blue #6282FA
RGB
CMYK
RGB Variations
Color information
#6282FA (or 0x6282FA) is known color: Cornflower Blue. HEX triplet: 62, 82 and FA. RGB value is (98,130,250). Sum of RGB (Red+Green+Blue) = 98+130+250=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #6282FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6282FA is #9D7D05. Grayscale: #858585. Windows color (decimal): -10321158 or 16417378. OLE color: 16417378.
HSL color Cylindrical-coordinate representation of color #6282FA: hue angle of 227.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6282FA is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 130 | 250 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.02 |
| HSL | 227.37º | 0.94% | 0.68% | - |
| HSV(B) | 227.37º | 0.61% | 0.98% | - |
| XYZ | 30.27 | 25.46 | 93.76 | - |
| YUV | 134.11 | 193.4 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 250 | 0.61 | 0.48 | 0 | 0.02 | 227.37 | 0.94 | 0.68 |
| Hex | 62 | 82 | FA | 3D | 30 | 0 | 2 | E3 | 5E | 44 |
| Octal | 142 | 202 | 372 | 75 | 60 | 0 | 2 | 343 | 136 | 104 |
| Binary | 1100010 | 10000010 | 11111010 | 111101 | 110000 | 0 | 10 | 11100011 | 1011110 | 1000100 |
Color Harmonies of #6282FA
Complementary color
Monochromatic Colors of #6282FA
Black with #6282FA
Text Example
Text Example
White with #6282FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6282FA; }
p { color: rgb(98,130,250); }
H1.HeaderClassName
{
color: #6282FA;
}
.AnyTagClassName
{
color: #6282FA;
}
</style>
background-color css
<style>
a { background-color: #6282FA; }
a { background-color: rgb(98,130,250); }
div.DivClassName
{
background-color: #6282FA;
}
.BgClassName
{
background-color: #6282FA;
}
</style>
border-color css
<style>
span { border-color: #6282FA; }
span { border-color: rgb(98,130,250); }
td.TdClassName
{
border-color: #6282FA;
}
.TagClassName
{
border-color: #6282FA;
}
</style>