Shades of Jordy Blue #78A8FF
Tints of Jordy Blue #78A8FF
RGB
CMYK
RGB Variations
Color information
#78A8FF (or 0x78A8FF) is known color: Jordy Blue. HEX triplet: 78, A8 and FF. RGB value is (120,168,255). Sum of RGB (Red+Green+Blue) = 120+168+255=543 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.10% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #78A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A8FF is #875700. Grayscale: #A3A3A3. Windows color (decimal): -8869633 or 16754808. OLE color: 16754808.
HSL color Cylindrical-coordinate representation of color #78A8FF: hue angle of 218.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78A8FF is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 168 | 255 | - |
| CMYK | 0.53 | 0.34 | 0 | 0 |
| HSL | 218.67º | 1% | 0.74% | - |
| HSV(B) | 218.67º | 0.53% | 1% | - |
| XYZ | 39.8 | 39.22 | 100.08 | - |
| YUV | 163.57 | 179.6 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 255 | 0.53 | 0.34 | 0 | 0 | 218.67 | 1 | 0.74 |
| Hex | 78 | A8 | FF | 35 | 22 | 0 | 0 | DB | 64 | 4A |
| Octal | 170 | 250 | 377 | 65 | 42 | 0 | 0 | 333 | 144 | 112 |
| Binary | 1111000 | 10101000 | 11111111 | 110101 | 100010 | 0 | 0 | 11011011 | 1100100 | 1001010 |
Color Harmonies of #78A8FF
Complementary color
Monochromatic Colors of #78A8FF
Black with #78A8FF
Text Example
Text Example
White with #78A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8FF; }
p { color: rgb(120,168,255); }
H1.HeaderClassName
{
color: #78A8FF;
}
.AnyTagClassName
{
color: #78A8FF;
}
</style>
background-color css
<style>
a { background-color: #78A8FF; }
a { background-color: rgb(120,168,255); }
div.DivClassName
{
background-color: #78A8FF;
}
.BgClassName
{
background-color: #78A8FF;
}
</style>
border-color css
<style>
span { border-color: #78A8FF; }
span { border-color: rgb(120,168,255); }
td.TdClassName
{
border-color: #78A8FF;
}
.TagClassName
{
border-color: #78A8FF;
}
</style>