Shades of Cornflower Blue #789DF2
Tints of Cornflower Blue #789DF2
RGB
CMYK
RGB Variations
Color information
#789DF2 (or 0x789DF2) is known color: Cornflower Blue. HEX triplet: 78, 9D and F2. RGB value is (120,157,242). Sum of RGB (Red+Green+Blue) = 120+157+242=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #789DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789DF2 is #87620D. Grayscale: #9B9B9B. Windows color (decimal): -8872462 or 15900024. OLE color: 15900024.
HSL color Cylindrical-coordinate representation of color #789DF2: hue angle of 221.8º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #789DF2 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 157 | 242 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.05 |
| HSL | 221.8º | 0.82% | 0.71% | - |
| HSV(B) | 221.8º | 0.5% | 0.95% | - |
| XYZ | 35.83 | 34.52 | 88.78 | - |
| YUV | 155.63 | 176.74 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 242 | 0.50 | 0.35 | 0 | 0.05 | 221.8 | 0.82 | 0.71 |
| Hex | 78 | 9D | F2 | 32 | 23 | 0 | 5 | DE | 52 | 47 |
| Octal | 170 | 235 | 362 | 62 | 43 | 0 | 5 | 336 | 122 | 107 |
| Binary | 1111000 | 10011101 | 11110010 | 110010 | 100011 | 0 | 101 | 11011110 | 1010010 | 1000111 |
Color Harmonies of #789DF2
Complementary color
Monochromatic Colors of #789DF2
Black with #789DF2
Text Example
Text Example
White with #789DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789DF2; }
p { color: rgb(120,157,242); }
H1.HeaderClassName
{
color: #789DF2;
}
.AnyTagClassName
{
color: #789DF2;
}
</style>
background-color css
<style>
a { background-color: #789DF2; }
a { background-color: rgb(120,157,242); }
div.DivClassName
{
background-color: #789DF2;
}
.BgClassName
{
background-color: #789DF2;
}
</style>
border-color css
<style>
span { border-color: #789DF2; }
span { border-color: rgb(120,157,242); }
td.TdClassName
{
border-color: #789DF2;
}
.TagClassName
{
border-color: #789DF2;
}
</style>