Shades of Cornflower Blue #629CF8
Tints of Cornflower Blue #629CF8
RGB
CMYK
RGB Variations
Color information
#629CF8 (or 0x629CF8) is known color: Cornflower Blue. HEX triplet: 62, 9C and F8. RGB value is (98,156,248). Sum of RGB (Red+Green+Blue) = 98+156+248=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #629CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CF8 is #9D6307. Grayscale: #949494. Windows color (decimal): -10314504 or 16292962. OLE color: 16292962.
HSL color Cylindrical-coordinate representation of color #629CF8: hue angle of 216.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #629CF8 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 156 | 248 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.03 |
| HSL | 216.8º | 0.91% | 0.68% | - |
| HSV(B) | 216.8º | 0.6% | 0.97% | - |
| XYZ | 33.87 | 33.15 | 93.42 | - |
| YUV | 149.15 | 183.78 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 248 | 0.60 | 0.37 | 0 | 0.03 | 216.8 | 0.91 | 0.68 |
| Hex | 62 | 9C | F8 | 3C | 25 | 0 | 3 | D9 | 5B | 44 |
| Octal | 142 | 234 | 370 | 74 | 45 | 0 | 3 | 331 | 133 | 104 |
| Binary | 1100010 | 10011100 | 11111000 | 111100 | 100101 | 0 | 11 | 11011001 | 1011011 | 1000100 |
Color Harmonies of #629CF8
Complementary color
Monochromatic Colors of #629CF8
Black with #629CF8
Text Example
Text Example
White with #629CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CF8; }
p { color: rgb(98,156,248); }
H1.HeaderClassName
{
color: #629CF8;
}
.AnyTagClassName
{
color: #629CF8;
}
</style>
background-color css
<style>
a { background-color: #629CF8; }
a { background-color: rgb(98,156,248); }
div.DivClassName
{
background-color: #629CF8;
}
.BgClassName
{
background-color: #629CF8;
}
</style>
border-color css
<style>
span { border-color: #629CF8; }
span { border-color: rgb(98,156,248); }
td.TdClassName
{
border-color: #629CF8;
}
.TagClassName
{
border-color: #629CF8;
}
</style>