Shades of Cornflower Blue #629DF5
Tints of Cornflower Blue #629DF5
RGB
CMYK
RGB Variations
Color information
#629DF5 (or 0x629DF5) is known color: Cornflower Blue. HEX triplet: 62, 9D and F5. RGB value is (98,157,245). Sum of RGB (Red+Green+Blue) = 98+157+245=500 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.6% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #629DF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629DF5 is #9D620A. Grayscale: #949494. Windows color (decimal): -10314251 or 16096610. OLE color: 16096610.
HSL color Cylindrical-coordinate representation of color #629DF5: hue angle of 215.92º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #629DF5 is Cyan = 0.6, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 157 | 245 | - |
| CMYK | 0.6 | 0.36 | 0 | 0.04 |
| HSL | 215.92º | 0.88% | 0.67% | - |
| HSV(B) | 215.92º | 0.6% | 0.96% | - |
| XYZ | 33.58 | 33.3 | 91.04 | - |
| YUV | 149.39 | 181.95 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 245 | 0.6 | 0.36 | 0 | 0.04 | 215.92 | 0.88 | 0.67 |
| Hex | 62 | 9D | F5 | 3C | 24 | 0 | 4 | D8 | 58 | 43 |
| Octal | 142 | 235 | 365 | 74 | 44 | 0 | 4 | 330 | 130 | 103 |
| Binary | 1100010 | 10011101 | 11110101 | 111100 | 100100 | 0 | 100 | 11011000 | 1011000 | 1000011 |
Color Harmonies of #629DF5
Complementary color
Monochromatic Colors of #629DF5
Black with #629DF5
Text Example
Text Example
White with #629DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629DF5; }
p { color: rgb(98,157,245); }
H1.HeaderClassName
{
color: #629DF5;
}
.AnyTagClassName
{
color: #629DF5;
}
</style>
background-color css
<style>
a { background-color: #629DF5; }
a { background-color: rgb(98,157,245); }
div.DivClassName
{
background-color: #629DF5;
}
.BgClassName
{
background-color: #629DF5;
}
</style>
border-color css
<style>
span { border-color: #629DF5; }
span { border-color: rgb(98,157,245); }
td.TdClassName
{
border-color: #629DF5;
}
.TagClassName
{
border-color: #629DF5;
}
</style>