Shades of Cornflower Blue #628AFE
Tints of Cornflower Blue #628AFE
RGB
CMYK
RGB Variations
Color information
#628AFE (or 0x628AFE) is known color: Cornflower Blue. HEX triplet: 62, 8A and FE. RGB value is (98,138,254). Sum of RGB (Red+Green+Blue) = 98+138+254=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #628AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628AFE is #9D7501. Grayscale: #8A8A8A. Windows color (decimal): -10319106 or 16681570. OLE color: 16681570.
HSL color Cylindrical-coordinate representation of color #628AFE: hue angle of 224.62º 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 #628AFE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 138 | 254 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.00 |
| HSL | 224.62º | 0.99% | 0.69% | - |
| HSV(B) | 224.62º | 0.61% | 1% | - |
| XYZ | 32.01 | 27.93 | 97.47 | - |
| YUV | 139.26 | 192.75 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 254 | 0.61 | 0.46 | 0 | 0.00 | 224.62 | 0.99 | 0.69 |
| Hex | 62 | 8A | FE | 3D | 2E | 0 | 0 | E1 | 63 | 45 |
| Octal | 142 | 212 | 376 | 75 | 56 | 0 | 0 | 341 | 143 | 105 |
| Binary | 1100010 | 10001010 | 11111110 | 111101 | 101110 | 0 | 0 | 11100001 | 1100011 | 1000101 |
Color Harmonies of #628AFE
Complementary color
Monochromatic Colors of #628AFE
Black with #628AFE
Text Example
Text Example
White with #628AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628AFE; }
p { color: rgb(98,138,254); }
H1.HeaderClassName
{
color: #628AFE;
}
.AnyTagClassName
{
color: #628AFE;
}
</style>
background-color css
<style>
a { background-color: #628AFE; }
a { background-color: rgb(98,138,254); }
div.DivClassName
{
background-color: #628AFE;
}
.BgClassName
{
background-color: #628AFE;
}
</style>
border-color css
<style>
span { border-color: #628AFE; }
span { border-color: rgb(98,138,254); }
td.TdClassName
{
border-color: #628AFE;
}
.TagClassName
{
border-color: #628AFE;
}
</style>