Shades of Cornflower Blue #638DF1
Tints of Cornflower Blue #638DF1
RGB
CMYK
RGB Variations
Color information
#638DF1 (or 0x638DF1) is known color: Cornflower Blue. HEX triplet: 63, 8D and F1. RGB value is (99,141,241). Sum of RGB (Red+Green+Blue) = 99+141+241=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #638DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638DF1 is #9C720E. Grayscale: #8B8B8B. Windows color (decimal): -10252815 or 15830371. OLE color: 15830371.
HSL color Cylindrical-coordinate representation of color #638DF1: hue angle of 222.25º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #638DF1 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 141 | 241 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.05 |
| HSL | 222.25º | 0.84% | 0.67% | - |
| HSV(B) | 222.25º | 0.59% | 0.95% | - |
| XYZ | 30.55 | 28.05 | 87.02 | - |
| YUV | 139.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 241 | 0.59 | 0.41 | 0 | 0.05 | 222.25 | 0.84 | 0.67 |
| Hex | 63 | 8D | F1 | 3B | 29 | 0 | 5 | DE | 54 | 43 |
| Octal | 143 | 215 | 361 | 73 | 51 | 0 | 5 | 336 | 124 | 103 |
| Binary | 1100011 | 10001101 | 11110001 | 111011 | 101001 | 0 | 101 | 11011110 | 1010100 | 1000011 |
Color Harmonies of #638DF1
Complementary color
Monochromatic Colors of #638DF1
Black with #638DF1
Text Example
Text Example
White with #638DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638DF1; }
p { color: rgb(99,141,241); }
H1.HeaderClassName
{
color: #638DF1;
}
.AnyTagClassName
{
color: #638DF1;
}
</style>
background-color css
<style>
a { background-color: #638DF1; }
a { background-color: rgb(99,141,241); }
div.DivClassName
{
background-color: #638DF1;
}
.BgClassName
{
background-color: #638DF1;
}
</style>
border-color css
<style>
span { border-color: #638DF1; }
span { border-color: rgb(99,141,241); }
td.TdClassName
{
border-color: #638DF1;
}
.TagClassName
{
border-color: #638DF1;
}
</style>