Shades of Cornflower Blue #628BFD
Tints of Cornflower Blue #628BFD
RGB
CMYK
RGB Variations
Color information
#628BFD (or 0x628BFD) is known color: Cornflower Blue. HEX triplet: 62, 8B and FD. RGB value is (98,139,253). Sum of RGB (Red+Green+Blue) = 98+139+253=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #628BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628BFD is #9D7402. Grayscale: #8B8B8B. Windows color (decimal): -10318851 or 16616290. OLE color: 16616290.
HSL color Cylindrical-coordinate representation of color #628BFD: hue angle of 224.13º degrees, saturation: 0.97, 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 #628BFD is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 139 | 253 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.01 |
| HSL | 224.13º | 0.97% | 0.69% | - |
| HSV(B) | 224.13º | 0.61% | 0.99% | - |
| XYZ | 32 | 28.15 | 96.68 | - |
| YUV | 139.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 253 | 0.61 | 0.45 | 0 | 0.01 | 224.13 | 0.97 | 0.69 |
| Hex | 62 | 8B | FD | 3D | 2D | 0 | 1 | E0 | 61 | 45 |
| Octal | 142 | 213 | 375 | 75 | 55 | 0 | 1 | 340 | 141 | 105 |
| Binary | 1100010 | 10001011 | 11111101 | 111101 | 101101 | 0 | 1 | 11100000 | 1100001 | 1000101 |
Color Harmonies of #628BFD
Complementary color
Monochromatic Colors of #628BFD
Black with #628BFD
Text Example
Text Example
White with #628BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BFD; }
p { color: rgb(98,139,253); }
H1.HeaderClassName
{
color: #628BFD;
}
.AnyTagClassName
{
color: #628BFD;
}
</style>
background-color css
<style>
a { background-color: #628BFD; }
a { background-color: rgb(98,139,253); }
div.DivClassName
{
background-color: #628BFD;
}
.BgClassName
{
background-color: #628BFD;
}
</style>
border-color css
<style>
span { border-color: #628BFD; }
span { border-color: rgb(98,139,253); }
td.TdClassName
{
border-color: #628BFD;
}
.TagClassName
{
border-color: #628BFD;
}
</style>