Shades of Cornflower Blue #628AFF
Tints of Cornflower Blue #628AFF
RGB
CMYK
RGB Variations
Color information
#628AFF (or 0x628AFF) is known color: Cornflower Blue. HEX triplet: 62, 8A and FF. RGB value is (98,138,255). Sum of RGB (Red+Green+Blue) = 98+138+255=491 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.96% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #628AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628AFF is #9D7500. Grayscale: #8A8A8A. Windows color (decimal): -10319105 or 16747106. OLE color: 16747106.
HSL color Cylindrical-coordinate representation of color #628AFF: hue angle of 224.71º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #628AFF is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 138 | 255 | - |
| CMYK | 0.62 | 0.46 | 0 | 0 |
| HSL | 224.71º | 1% | 0.69% | - |
| HSV(B) | 224.71º | 0.62% | 1% | - |
| XYZ | 32.18 | 27.99 | 98.32 | - |
| YUV | 139.38 | 193.25 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 255 | 0.62 | 0.46 | 0 | 0 | 224.71 | 1 | 0.69 |
| Hex | 62 | 8A | FF | 3E | 2E | 0 | 0 | E1 | 64 | 45 |
| Octal | 142 | 212 | 377 | 76 | 56 | 0 | 0 | 341 | 144 | 105 |
| Binary | 1100010 | 10001010 | 11111111 | 111110 | 101110 | 0 | 0 | 11100001 | 1100100 | 1000101 |
Color Harmonies of #628AFF
Complementary color
Monochromatic Colors of #628AFF
Black with #628AFF
Text Example
Text Example
White with #628AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628AFF; }
p { color: rgb(98,138,255); }
H1.HeaderClassName
{
color: #628AFF;
}
.AnyTagClassName
{
color: #628AFF;
}
</style>
background-color css
<style>
a { background-color: #628AFF; }
a { background-color: rgb(98,138,255); }
div.DivClassName
{
background-color: #628AFF;
}
.BgClassName
{
background-color: #628AFF;
}
</style>
border-color css
<style>
span { border-color: #628AFF; }
span { border-color: rgb(98,138,255); }
td.TdClassName
{
border-color: #628AFF;
}
.TagClassName
{
border-color: #628AFF;
}
</style>