Shades of Cornflower Blue #629FE5
Tints of Cornflower Blue #629FE5
RGB
CMYK
RGB Variations
Color information
#629FE5 (or 0x629FE5) is known color: Cornflower Blue. HEX triplet: 62, 9F and E5. RGB value is (98,159,229). Sum of RGB (Red+Green+Blue) = 98+159+229=486 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.16% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #629FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629FE5 is #9D601A. Grayscale: #949494. Windows color (decimal): -10313755 or 15048546. OLE color: 15048546.
HSL color Cylindrical-coordinate representation of color #629FE5: hue angle of 212.06º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #629FE5 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 159 | 229 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.10 |
| HSL | 212.06º | 0.72% | 0.64% | - |
| HSV(B) | 212.06º | 0.57% | 0.9% | - |
| XYZ | 31.58 | 33.05 | 78.84 | - |
| YUV | 148.74 | 173.29 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 229 | 0.57 | 0.31 | 0 | 0.10 | 212.06 | 0.72 | 0.64 |
| Hex | 62 | 9F | E5 | 39 | 1F | 0 | A | D4 | 48 | 40 |
| Octal | 142 | 237 | 345 | 71 | 37 | 0 | 12 | 324 | 110 | 100 |
| Binary | 1100010 | 10011111 | 11100101 | 111001 | 11111 | 0 | 1010 | 11010100 | 1001000 | 1000000 |
Color Harmonies of #629FE5
Complementary color
Monochromatic Colors of #629FE5
Black with #629FE5
Text Example
Text Example
White with #629FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FE5; }
p { color: rgb(98,159,229); }
H1.HeaderClassName
{
color: #629FE5;
}
.AnyTagClassName
{
color: #629FE5;
}
</style>
background-color css
<style>
a { background-color: #629FE5; }
a { background-color: rgb(98,159,229); }
div.DivClassName
{
background-color: #629FE5;
}
.BgClassName
{
background-color: #629FE5;
}
</style>
border-color css
<style>
span { border-color: #629FE5; }
span { border-color: rgb(98,159,229); }
td.TdClassName
{
border-color: #629FE5;
}
.TagClassName
{
border-color: #629FE5;
}
</style>