Shades of Jordy Blue #78B3F0
Tints of Jordy Blue #78B3F0
RGB
CMYK
RGB Variations
Color information
#78B3F0 (or 0x78B3F0) is known color: Jordy Blue. HEX triplet: 78, B3 and F0. RGB value is (120,179,240). Sum of RGB (Red+Green+Blue) = 120+179+240=539 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.26% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #78B3F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B3F0 is #874C0F. Grayscale: #A8A8A8. Windows color (decimal): -8866832 or 15774584. OLE color: 15774584.
HSL color Cylindrical-coordinate representation of color #78B3F0: hue angle of 210.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78B3F0 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 179 | 240 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.06 |
| HSL | 210.5º | 0.8% | 0.71% | - |
| HSV(B) | 210.5º | 0.5% | 0.94% | - |
| XYZ | 39.59 | 42.52 | 88.56 | - |
| YUV | 168.31 | 168.45 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 179 | 240 | 0.5 | 0.25 | 0 | 0.06 | 210.5 | 0.8 | 0.71 |
| Hex | 78 | B3 | F0 | 32 | 19 | 0 | 6 | D2 | 50 | 47 |
| Octal | 170 | 263 | 360 | 62 | 31 | 0 | 6 | 322 | 120 | 107 |
| Binary | 1111000 | 10110011 | 11110000 | 110010 | 11001 | 0 | 110 | 11010010 | 1010000 | 1000111 |
Color Harmonies of #78B3F0
Complementary color
Monochromatic Colors of #78B3F0
Black with #78B3F0
Text Example
Text Example
White with #78B3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B3F0; }
p { color: rgb(120,179,240); }
H1.HeaderClassName
{
color: #78B3F0;
}
.AnyTagClassName
{
color: #78B3F0;
}
</style>
background-color css
<style>
a { background-color: #78B3F0; }
a { background-color: rgb(120,179,240); }
div.DivClassName
{
background-color: #78B3F0;
}
.BgClassName
{
background-color: #78B3F0;
}
</style>
border-color css
<style>
span { border-color: #78B3F0; }
span { border-color: rgb(120,179,240); }
td.TdClassName
{
border-color: #78B3F0;
}
.TagClassName
{
border-color: #78B3F0;
}
</style>