Shades of Cornflower Blue #629FF0
Tints of Cornflower Blue #629FF0
RGB
CMYK
RGB Variations
Color information
#629FF0 (or 0x629FF0) is known color: Cornflower Blue. HEX triplet: 62, 9F and F0. RGB value is (98,159,240). Sum of RGB (Red+Green+Blue) = 98+159+240=497 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.72% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #629FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629FF0 is #9D600F. Grayscale: #959595. Windows color (decimal): -10313744 or 15769442. OLE color: 15769442.
HSL color Cylindrical-coordinate representation of color #629FF0: hue angle of 214.23º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #629FF0 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 159 | 240 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.06 |
| HSL | 214.23º | 0.83% | 0.66% | - |
| HSV(B) | 214.23º | 0.59% | 0.94% | - |
| XYZ | 33.16 | 33.68 | 87.19 | - |
| YUV | 150 | 178.79 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 240 | 0.59 | 0.34 | 0 | 0.06 | 214.23 | 0.83 | 0.66 |
| Hex | 62 | 9F | F0 | 3B | 22 | 0 | 6 | D6 | 53 | 42 |
| Octal | 142 | 237 | 360 | 73 | 42 | 0 | 6 | 326 | 123 | 102 |
| Binary | 1100010 | 10011111 | 11110000 | 111011 | 100010 | 0 | 110 | 11010110 | 1010011 | 1000010 |
Color Harmonies of #629FF0
Complementary color
Monochromatic Colors of #629FF0
Black with #629FF0
Text Example
Text Example
White with #629FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FF0; }
p { color: rgb(98,159,240); }
H1.HeaderClassName
{
color: #629FF0;
}
.AnyTagClassName
{
color: #629FF0;
}
</style>
background-color css
<style>
a { background-color: #629FF0; }
a { background-color: rgb(98,159,240); }
div.DivClassName
{
background-color: #629FF0;
}
.BgClassName
{
background-color: #629FF0;
}
</style>
border-color css
<style>
span { border-color: #629FF0; }
span { border-color: rgb(98,159,240); }
td.TdClassName
{
border-color: #629FF0;
}
.TagClassName
{
border-color: #629FF0;
}
</style>