Shades of Cornflower Blue #628FFE
Tints of Cornflower Blue #628FFE
RGB
CMYK
RGB Variations
Color information
#628FFE (or 0x628FFE) is known color: Cornflower Blue. HEX triplet: 62, 8F and FE. RGB value is (98,143,254). Sum of RGB (Red+Green+Blue) = 98+143+254=495 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.80% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #628FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628FFE is #9D7001. Grayscale: #8D8D8D. Windows color (decimal): -10317826 or 16682850. OLE color: 16682850.
HSL color Cylindrical-coordinate representation of color #628FFE: hue angle of 222.69º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #628FFE is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 143 | 254 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.00 |
| HSL | 222.69º | 0.99% | 0.69% | - |
| HSV(B) | 222.69º | 0.61% | 1% | - |
| XYZ | 32.75 | 29.4 | 97.71 | - |
| YUV | 142.2 | 191.09 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 254 | 0.61 | 0.44 | 0 | 0.00 | 222.69 | 0.99 | 0.69 |
| Hex | 62 | 8F | FE | 3D | 2C | 0 | 0 | DF | 63 | 45 |
| Octal | 142 | 217 | 376 | 75 | 54 | 0 | 0 | 337 | 143 | 105 |
| Binary | 1100010 | 10001111 | 11111110 | 111101 | 101100 | 0 | 0 | 11011111 | 1100011 | 1000101 |
Color Harmonies of #628FFE
Complementary color
Monochromatic Colors of #628FFE
Black with #628FFE
Text Example
Text Example
White with #628FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FFE; }
p { color: rgb(98,143,254); }
H1.HeaderClassName
{
color: #628FFE;
}
.AnyTagClassName
{
color: #628FFE;
}
</style>
background-color css
<style>
a { background-color: #628FFE; }
a { background-color: rgb(98,143,254); }
div.DivClassName
{
background-color: #628FFE;
}
.BgClassName
{
background-color: #628FFE;
}
</style>
border-color css
<style>
span { border-color: #628FFE; }
span { border-color: rgb(98,143,254); }
td.TdClassName
{
border-color: #628FFE;
}
.TagClassName
{
border-color: #628FFE;
}
</style>