Shades of Cornflower Blue #629DDF
Tints of Cornflower Blue #629DDF
RGB
CMYK
RGB Variations
Color information
#629DDF (or 0x629DDF) is known color: Cornflower Blue. HEX triplet: 62, 9D and DF. RGB value is (98,157,223). Sum of RGB (Red+Green+Blue) = 98+157+223=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #629DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629DDF is #9D6220. Grayscale: #929292. Windows color (decimal): -10314273 or 14654818. OLE color: 14654818.
HSL color Cylindrical-coordinate representation of color #629DDF: hue angle of 211.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629DDF is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 157 | 223 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.13 |
| HSL | 211.68º | 0.66% | 0.63% | - |
| HSV(B) | 211.68º | 0.56% | 0.87% | - |
| XYZ | 30.41 | 32.04 | 74.39 | - |
| YUV | 146.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 223 | 0.56 | 0.30 | 0 | 0.13 | 211.68 | 0.66 | 0.63 |
| Hex | 62 | 9D | DF | 38 | 1E | 0 | D | D4 | 42 | 3F |
| Octal | 142 | 235 | 337 | 70 | 36 | 0 | 15 | 324 | 102 | 77 |
| Binary | 1100010 | 10011101 | 11011111 | 111000 | 11110 | 0 | 1101 | 11010100 | 1000010 | 111111 |
Color Harmonies of #629DDF
Complementary color
Monochromatic Colors of #629DDF
Black with #629DDF
Text Example
Text Example
White with #629DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629DDF; }
p { color: rgb(98,157,223); }
H1.HeaderClassName
{
color: #629DDF;
}
.AnyTagClassName
{
color: #629DDF;
}
</style>
background-color css
<style>
a { background-color: #629DDF; }
a { background-color: rgb(98,157,223); }
div.DivClassName
{
background-color: #629DDF;
}
.BgClassName
{
background-color: #629DDF;
}
</style>
border-color css
<style>
span { border-color: #629DDF; }
span { border-color: rgb(98,157,223); }
td.TdClassName
{
border-color: #629DDF;
}
.TagClassName
{
border-color: #629DDF;
}
</style>