Shades of Cornflower Blue #629CE5
Tints of Cornflower Blue #629CE5
RGB
CMYK
RGB Variations
Color information
#629CE5 (or 0x629CE5) is known color: Cornflower Blue. HEX triplet: 62, 9C and E5. RGB value is (98,156,229). Sum of RGB (Red+Green+Blue) = 98+156+229=483 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.29% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #629CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CE5 is #9D631A. Grayscale: #929292. Windows color (decimal): -10314523 or 15047778. OLE color: 15047778.
HSL color Cylindrical-coordinate representation of color #629CE5: hue angle of 213.44º 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 #629CE5 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 156 | 229 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.10 |
| HSL | 213.44º | 0.72% | 0.64% | - |
| HSV(B) | 213.44º | 0.57% | 0.9% | - |
| XYZ | 31.07 | 32.03 | 78.67 | - |
| YUV | 146.98 | 174.28 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 229 | 0.57 | 0.32 | 0 | 0.10 | 213.44 | 0.72 | 0.64 |
| Hex | 62 | 9C | E5 | 39 | 20 | 0 | A | D5 | 48 | 40 |
| Octal | 142 | 234 | 345 | 71 | 40 | 0 | 12 | 325 | 110 | 100 |
| Binary | 1100010 | 10011100 | 11100101 | 111001 | 100000 | 0 | 1010 | 11010101 | 1001000 | 1000000 |
Color Harmonies of #629CE5
Complementary color
Monochromatic Colors of #629CE5
Black with #629CE5
Text Example
Text Example
White with #629CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CE5; }
p { color: rgb(98,156,229); }
H1.HeaderClassName
{
color: #629CE5;
}
.AnyTagClassName
{
color: #629CE5;
}
</style>
background-color css
<style>
a { background-color: #629CE5; }
a { background-color: rgb(98,156,229); }
div.DivClassName
{
background-color: #629CE5;
}
.BgClassName
{
background-color: #629CE5;
}
</style>
border-color css
<style>
span { border-color: #629CE5; }
span { border-color: rgb(98,156,229); }
td.TdClassName
{
border-color: #629CE5;
}
.TagClassName
{
border-color: #629CE5;
}
</style>