Shades of Cornflower Blue #629EFD
Tints of Cornflower Blue #629EFD
RGB
CMYK
RGB Variations
Color information
#629EFD (or 0x629EFD) is known color: Cornflower Blue. HEX triplet: 62, 9E and FD. RGB value is (98,158,253). Sum of RGB (Red+Green+Blue) = 98+158+253=509 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.25% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #629EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629EFD is #9D6102. Grayscale: #969696. Windows color (decimal): -10313987 or 16621154. OLE color: 16621154.
HSL color Cylindrical-coordinate representation of color #629EFD: hue angle of 216.77º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #629EFD is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 158 | 253 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.01 |
| HSL | 216.77º | 0.97% | 0.69% | - |
| HSV(B) | 216.77º | 0.61% | 0.99% | - |
| XYZ | 34.99 | 34.14 | 97.67 | - |
| YUV | 150.89 | 185.62 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 253 | 0.61 | 0.38 | 0 | 0.01 | 216.77 | 0.97 | 0.69 |
| Hex | 62 | 9E | FD | 3D | 26 | 0 | 1 | D9 | 61 | 45 |
| Octal | 142 | 236 | 375 | 75 | 46 | 0 | 1 | 331 | 141 | 105 |
| Binary | 1100010 | 10011110 | 11111101 | 111101 | 100110 | 0 | 1 | 11011001 | 1100001 | 1000101 |
Color Harmonies of #629EFD
Complementary color
Monochromatic Colors of #629EFD
Black with #629EFD
Text Example
Text Example
White with #629EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629EFD; }
p { color: rgb(98,158,253); }
H1.HeaderClassName
{
color: #629EFD;
}
.AnyTagClassName
{
color: #629EFD;
}
</style>
background-color css
<style>
a { background-color: #629EFD; }
a { background-color: rgb(98,158,253); }
div.DivClassName
{
background-color: #629EFD;
}
.BgClassName
{
background-color: #629EFD;
}
</style>
border-color css
<style>
span { border-color: #629EFD; }
span { border-color: rgb(98,158,253); }
td.TdClassName
{
border-color: #629EFD;
}
.TagClassName
{
border-color: #629EFD;
}
</style>