Shades of Cornflower Blue #638CF1
Tints of Cornflower Blue #638CF1
RGB
CMYK
RGB Variations
Color information
#638CF1 (or 0x638CF1) is known color: Cornflower Blue. HEX triplet: 63, 8C and F1. RGB value is (99,140,241). Sum of RGB (Red+Green+Blue) = 99+140+241=480 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.62% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #638CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638CF1 is #9C730E. Grayscale: #8A8A8A. Windows color (decimal): -10253071 or 15830115. OLE color: 15830115.
HSL color Cylindrical-coordinate representation of color #638CF1: hue angle of 222.68º 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 #638CF1 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 140 | 241 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.05 |
| HSL | 222.68º | 0.84% | 0.67% | - |
| HSV(B) | 222.68º | 0.59% | 0.95% | - |
| XYZ | 30.4 | 27.76 | 86.97 | - |
| YUV | 139.26 | 185.42 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 241 | 0.59 | 0.42 | 0 | 0.05 | 222.68 | 0.84 | 0.67 |
| Hex | 63 | 8C | F1 | 3B | 2A | 0 | 5 | DF | 54 | 43 |
| Octal | 143 | 214 | 361 | 73 | 52 | 0 | 5 | 337 | 124 | 103 |
| Binary | 1100011 | 10001100 | 11110001 | 111011 | 101010 | 0 | 101 | 11011111 | 1010100 | 1000011 |
Color Harmonies of #638CF1
Complementary color
Monochromatic Colors of #638CF1
Black with #638CF1
Text Example
Text Example
White with #638CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638CF1; }
p { color: rgb(99,140,241); }
H1.HeaderClassName
{
color: #638CF1;
}
.AnyTagClassName
{
color: #638CF1;
}
</style>
background-color css
<style>
a { background-color: #638CF1; }
a { background-color: rgb(99,140,241); }
div.DivClassName
{
background-color: #638CF1;
}
.BgClassName
{
background-color: #638CF1;
}
</style>
border-color css
<style>
span { border-color: #638CF1; }
span { border-color: rgb(99,140,241); }
td.TdClassName
{
border-color: #638CF1;
}
.TagClassName
{
border-color: #638CF1;
}
</style>