Shades of Cornflower Blue #628FEE
Tints of Cornflower Blue #628FEE
RGB
CMYK
RGB Variations
Color information
#628FEE (or 0x628FEE) is known color: Cornflower Blue. HEX triplet: 62, 8F and EE. RGB value is (98,143,238). Sum of RGB (Red+Green+Blue) = 98+143+238=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #628FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628FEE is #9D7011. Grayscale: #8B8B8B. Windows color (decimal): -10317842 or 15634274. OLE color: 15634274.
HSL color Cylindrical-coordinate representation of color #628FEE: hue angle of 220.71º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #628FEE is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 143 | 238 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.07 |
| HSL | 220.71º | 0.8% | 0.66% | - |
| HSV(B) | 220.71º | 0.59% | 0.93% | - |
| XYZ | 30.29 | 28.41 | 84.78 | - |
| YUV | 140.38 | 183.09 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 238 | 0.59 | 0.40 | 0 | 0.07 | 220.71 | 0.8 | 0.66 |
| Hex | 62 | 8F | EE | 3B | 28 | 0 | 7 | DD | 50 | 42 |
| Octal | 142 | 217 | 356 | 73 | 50 | 0 | 7 | 335 | 120 | 102 |
| Binary | 1100010 | 10001111 | 11101110 | 111011 | 101000 | 0 | 111 | 11011101 | 1010000 | 1000010 |
Color Harmonies of #628FEE
Complementary color
Monochromatic Colors of #628FEE
Black with #628FEE
Text Example
Text Example
White with #628FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FEE; }
p { color: rgb(98,143,238); }
H1.HeaderClassName
{
color: #628FEE;
}
.AnyTagClassName
{
color: #628FEE;
}
</style>
background-color css
<style>
a { background-color: #628FEE; }
a { background-color: rgb(98,143,238); }
div.DivClassName
{
background-color: #628FEE;
}
.BgClassName
{
background-color: #628FEE;
}
</style>
border-color css
<style>
span { border-color: #628FEE; }
span { border-color: rgb(98,143,238); }
td.TdClassName
{
border-color: #628FEE;
}
.TagClassName
{
border-color: #628FEE;
}
</style>