Shades of Cornflower Blue #629CF2
Tints of Cornflower Blue #629CF2
RGB
CMYK
RGB Variations
Color information
#629CF2 (or 0x629CF2) is known color: Cornflower Blue. HEX triplet: 62, 9C and F2. RGB value is (98,156,242). Sum of RGB (Red+Green+Blue) = 98+156+242=496 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.76% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #629CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CF2 is #9D630D. Grayscale: #949494. Windows color (decimal): -10314510 or 15899746. OLE color: 15899746.
HSL color Cylindrical-coordinate representation of color #629CF2: hue angle of 215.83º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #629CF2 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 156 | 242 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.05 |
| HSL | 215.83º | 0.85% | 0.67% | - |
| HSV(B) | 215.83º | 0.6% | 0.95% | - |
| XYZ | 32.95 | 32.78 | 88.6 | - |
| YUV | 148.46 | 180.78 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 242 | 0.60 | 0.36 | 0 | 0.05 | 215.83 | 0.85 | 0.67 |
| Hex | 62 | 9C | F2 | 3C | 24 | 0 | 5 | D8 | 55 | 43 |
| Octal | 142 | 234 | 362 | 74 | 44 | 0 | 5 | 330 | 125 | 103 |
| Binary | 1100010 | 10011100 | 11110010 | 111100 | 100100 | 0 | 101 | 11011000 | 1010101 | 1000011 |
Color Harmonies of #629CF2
Complementary color
Monochromatic Colors of #629CF2
Black with #629CF2
Text Example
Text Example
White with #629CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CF2; }
p { color: rgb(98,156,242); }
H1.HeaderClassName
{
color: #629CF2;
}
.AnyTagClassName
{
color: #629CF2;
}
</style>
background-color css
<style>
a { background-color: #629CF2; }
a { background-color: rgb(98,156,242); }
div.DivClassName
{
background-color: #629CF2;
}
.BgClassName
{
background-color: #629CF2;
}
</style>
border-color css
<style>
span { border-color: #629CF2; }
span { border-color: rgb(98,156,242); }
td.TdClassName
{
border-color: #629CF2;
}
.TagClassName
{
border-color: #629CF2;
}
</style>