Shades of Jordy Blue #78A3F1
Tints of Jordy Blue #78A3F1
RGB
CMYK
RGB Variations
Color information
#78A3F1 (or 0x78A3F1) is known color: Jordy Blue. HEX triplet: 78, A3 and F1. RGB value is (120,163,241). Sum of RGB (Red+Green+Blue) = 120+163+241=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #78A3F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A3F1 is #875C0E. Grayscale: #9E9E9E. Windows color (decimal): -8870927 or 15836024. OLE color: 15836024.
HSL color Cylindrical-coordinate representation of color #78A3F1: hue angle of 218.68º degrees, saturation: 0.81, 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 #78A3F1 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 163 | 241 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.05 |
| HSL | 218.68º | 0.81% | 0.71% | - |
| HSV(B) | 218.68º | 0.5% | 0.95% | - |
| XYZ | 36.72 | 36.54 | 88.34 | - |
| YUV | 159.04 | 174.25 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 241 | 0.50 | 0.32 | 0 | 0.05 | 218.68 | 0.81 | 0.71 |
| Hex | 78 | A3 | F1 | 32 | 20 | 0 | 5 | DB | 51 | 47 |
| Octal | 170 | 243 | 361 | 62 | 40 | 0 | 5 | 333 | 121 | 107 |
| Binary | 1111000 | 10100011 | 11110001 | 110010 | 100000 | 0 | 101 | 11011011 | 1010001 | 1000111 |
Color Harmonies of #78A3F1
Complementary color
Monochromatic Colors of #78A3F1
Black with #78A3F1
Text Example
Text Example
White with #78A3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A3F1; }
p { color: rgb(120,163,241); }
H1.HeaderClassName
{
color: #78A3F1;
}
.AnyTagClassName
{
color: #78A3F1;
}
</style>
background-color css
<style>
a { background-color: #78A3F1; }
a { background-color: rgb(120,163,241); }
div.DivClassName
{
background-color: #78A3F1;
}
.BgClassName
{
background-color: #78A3F1;
}
</style>
border-color css
<style>
span { border-color: #78A3F1; }
span { border-color: rgb(120,163,241); }
td.TdClassName
{
border-color: #78A3F1;
}
.TagClassName
{
border-color: #78A3F1;
}
</style>