Shades of Cornflower Blue #629EF1
Tints of Cornflower Blue #629EF1
RGB
CMYK
RGB Variations
Color information
#629EF1 (or 0x629EF1) is known color: Cornflower Blue. HEX triplet: 62, 9E and F1. RGB value is (98,158,241). Sum of RGB (Red+Green+Blue) = 98+158+241=497 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.72% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #629EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629EF1 is #9D610E. Grayscale: #959595. Windows color (decimal): -10313999 or 15834722. OLE color: 15834722.
HSL color Cylindrical-coordinate representation of color #629EF1: hue angle of 214.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #629EF1 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 158 | 241 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.05 |
| HSL | 214.83º | 0.84% | 0.66% | - |
| HSV(B) | 214.83º | 0.59% | 0.95% | - |
| XYZ | 33.14 | 33.4 | 87.92 | - |
| YUV | 149.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 241 | 0.59 | 0.34 | 0 | 0.05 | 214.83 | 0.84 | 0.66 |
| Hex | 62 | 9E | F1 | 3B | 22 | 0 | 5 | D7 | 54 | 42 |
| Octal | 142 | 236 | 361 | 73 | 42 | 0 | 5 | 327 | 124 | 102 |
| Binary | 1100010 | 10011110 | 11110001 | 111011 | 100010 | 0 | 101 | 11010111 | 1010100 | 1000010 |
Color Harmonies of #629EF1
Complementary color
Monochromatic Colors of #629EF1
Black with #629EF1
Text Example
Text Example
White with #629EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629EF1; }
p { color: rgb(98,158,241); }
H1.HeaderClassName
{
color: #629EF1;
}
.AnyTagClassName
{
color: #629EF1;
}
</style>
background-color css
<style>
a { background-color: #629EF1; }
a { background-color: rgb(98,158,241); }
div.DivClassName
{
background-color: #629EF1;
}
.BgClassName
{
background-color: #629EF1;
}
</style>
border-color css
<style>
span { border-color: #629EF1; }
span { border-color: rgb(98,158,241); }
td.TdClassName
{
border-color: #629EF1;
}
.TagClassName
{
border-color: #629EF1;
}
</style>