Shades of Cornflower Blue #638DDF
Tints of Cornflower Blue #638DDF
RGB
CMYK
RGB Variations
Color information
#638DDF (or 0x638DDF) is known color: Cornflower Blue. HEX triplet: 63, 8D and DF. RGB value is (99,141,223). Sum of RGB (Red+Green+Blue) = 99+141+223=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #638DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DDF is #9C7220. Grayscale: #898989. Windows color (decimal): -10252833 or 14650723. OLE color: 14650723.
HSL color Cylindrical-coordinate representation of color #638DDF: hue angle of 219.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 #638DDF is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 141 | 223 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.13 |
| HSL | 219.68º | 0.66% | 0.63% | - |
| HSV(B) | 219.68º | 0.56% | 0.87% | - |
| XYZ | 27.99 | 27.03 | 73.55 | - |
| YUV | 137.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 223 | 0.56 | 0.37 | 0 | 0.13 | 219.68 | 0.66 | 0.63 |
| Hex | 63 | 8D | DF | 38 | 25 | 0 | D | DC | 42 | 3F |
| Octal | 143 | 215 | 337 | 70 | 45 | 0 | 15 | 334 | 102 | 77 |
| Binary | 1100011 | 10001101 | 11011111 | 111000 | 100101 | 0 | 1101 | 11011100 | 1000010 | 111111 |
Color Harmonies of #638DDF
Complementary color
Monochromatic Colors of #638DDF
Black with #638DDF
Text Example
Text Example
White with #638DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638DDF; }
p { color: rgb(99,141,223); }
H1.HeaderClassName
{
color: #638DDF;
}
.AnyTagClassName
{
color: #638DDF;
}
</style>
background-color css
<style>
a { background-color: #638DDF; }
a { background-color: rgb(99,141,223); }
div.DivClassName
{
background-color: #638DDF;
}
.BgClassName
{
background-color: #638DDF;
}
</style>
border-color css
<style>
span { border-color: #638DDF; }
span { border-color: rgb(99,141,223); }
td.TdClassName
{
border-color: #638DDF;
}
.TagClassName
{
border-color: #638DDF;
}
</style>