Shades of Cornflower Blue #628FFC
Tints of Cornflower Blue #628FFC
RGB
CMYK
RGB Variations
Color information
#628FFC (or 0x628FFC) is known color: Cornflower Blue. HEX triplet: 62, 8F and FC. RGB value is (98,143,252). Sum of RGB (Red+Green+Blue) = 98+143+252=493 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.88% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #628FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628FFC is #9D7003. Grayscale: #8D8D8D. Windows color (decimal): -10317828 or 16551778. OLE color: 16551778.
HSL color Cylindrical-coordinate representation of color #628FFC: hue angle of 222.47º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #628FFC is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 143 | 252 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.01 |
| HSL | 222.47º | 0.96% | 0.69% | - |
| HSV(B) | 222.47º | 0.61% | 0.99% | - |
| XYZ | 32.43 | 29.27 | 96.04 | - |
| YUV | 141.97 | 190.09 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 252 | 0.61 | 0.43 | 0 | 0.01 | 222.47 | 0.96 | 0.69 |
| Hex | 62 | 8F | FC | 3D | 2B | 0 | 1 | DE | 60 | 45 |
| Octal | 142 | 217 | 374 | 75 | 53 | 0 | 1 | 336 | 140 | 105 |
| Binary | 1100010 | 10001111 | 11111100 | 111101 | 101011 | 0 | 1 | 11011110 | 1100000 | 1000101 |
Color Harmonies of #628FFC
Complementary color
Monochromatic Colors of #628FFC
Black with #628FFC
Text Example
Text Example
White with #628FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FFC; }
p { color: rgb(98,143,252); }
H1.HeaderClassName
{
color: #628FFC;
}
.AnyTagClassName
{
color: #628FFC;
}
</style>
background-color css
<style>
a { background-color: #628FFC; }
a { background-color: rgb(98,143,252); }
div.DivClassName
{
background-color: #628FFC;
}
.BgClassName
{
background-color: #628FFC;
}
</style>
border-color css
<style>
span { border-color: #628FFC; }
span { border-color: rgb(98,143,252); }
td.TdClassName
{
border-color: #628FFC;
}
.TagClassName
{
border-color: #628FFC;
}
</style>