Shades of Jordy Blue #78A8F8
Tints of Jordy Blue #78A8F8
RGB
CMYK
RGB Variations
Color information
#78A8F8 (or 0x78A8F8) is known color: Jordy Blue. HEX triplet: 78, A8 and F8. RGB value is (120,168,248). Sum of RGB (Red+Green+Blue) = 120+168+248=536 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.39% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #78A8F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A8F8 is #875707. Grayscale: #A2A2A2. Windows color (decimal): -8869640 or 16296056. OLE color: 16296056.
HSL color Cylindrical-coordinate representation of color #78A8F8: hue angle of 217.5º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78A8F8 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 168 | 248 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.03 |
| HSL | 217.5º | 0.9% | 0.72% | - |
| HSV(B) | 217.5º | 0.52% | 0.97% | - |
| XYZ | 38.69 | 38.78 | 94.25 | - |
| YUV | 162.77 | 176.1 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 248 | 0.52 | 0.32 | 0 | 0.03 | 217.5 | 0.9 | 0.72 |
| Hex | 78 | A8 | F8 | 34 | 20 | 0 | 3 | DA | 5A | 48 |
| Octal | 170 | 250 | 370 | 64 | 40 | 0 | 3 | 332 | 132 | 110 |
| Binary | 1111000 | 10101000 | 11111000 | 110100 | 100000 | 0 | 11 | 11011010 | 1011010 | 1001000 |
Color Harmonies of #78A8F8
Complementary color
Monochromatic Colors of #78A8F8
Black with #78A8F8
Text Example
Text Example
White with #78A8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8F8; }
p { color: rgb(120,168,248); }
H1.HeaderClassName
{
color: #78A8F8;
}
.AnyTagClassName
{
color: #78A8F8;
}
</style>
background-color css
<style>
a { background-color: #78A8F8; }
a { background-color: rgb(120,168,248); }
div.DivClassName
{
background-color: #78A8F8;
}
.BgClassName
{
background-color: #78A8F8;
}
</style>
border-color css
<style>
span { border-color: #78A8F8; }
span { border-color: rgb(120,168,248); }
td.TdClassName
{
border-color: #78A8F8;
}
.TagClassName
{
border-color: #78A8F8;
}
</style>