Shades of Cornflower Blue #638AF2
Tints of Cornflower Blue #638AF2
RGB
CMYK
RGB Variations
Color information
#638AF2 (or 0x638AF2) is known color: Cornflower Blue. HEX triplet: 63, 8A and F2. RGB value is (99,138,242). Sum of RGB (Red+Green+Blue) = 99+138+242=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #638AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638AF2 is #9C750D. Grayscale: #898989. Windows color (decimal): -10253582 or 15895139. OLE color: 15895139.
HSL color Cylindrical-coordinate representation of color #638AF2: hue angle of 223.64º degrees, saturation: 0.85, 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 #638AF2 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 138 | 242 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.05 |
| HSL | 223.64º | 0.85% | 0.67% | - |
| HSV(B) | 223.64º | 0.59% | 0.95% | - |
| XYZ | 30.26 | 27.24 | 87.67 | - |
| YUV | 138.2 | 186.58 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 242 | 0.59 | 0.43 | 0 | 0.05 | 223.64 | 0.85 | 0.67 |
| Hex | 63 | 8A | F2 | 3B | 2B | 0 | 5 | E0 | 55 | 43 |
| Octal | 143 | 212 | 362 | 73 | 53 | 0 | 5 | 340 | 125 | 103 |
| Binary | 1100011 | 10001010 | 11110010 | 111011 | 101011 | 0 | 101 | 11100000 | 1010101 | 1000011 |
Color Harmonies of #638AF2
Complementary color
Monochromatic Colors of #638AF2
Black with #638AF2
Text Example
Text Example
White with #638AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638AF2; }
p { color: rgb(99,138,242); }
H1.HeaderClassName
{
color: #638AF2;
}
.AnyTagClassName
{
color: #638AF2;
}
</style>
background-color css
<style>
a { background-color: #638AF2; }
a { background-color: rgb(99,138,242); }
div.DivClassName
{
background-color: #638AF2;
}
.BgClassName
{
background-color: #638AF2;
}
</style>
border-color css
<style>
span { border-color: #638AF2; }
span { border-color: rgb(99,138,242); }
td.TdClassName
{
border-color: #638AF2;
}
.TagClassName
{
border-color: #638AF2;
}
</style>