Shades of Jordy Blue #77B2F0
Tints of Jordy Blue #77B2F0
RGB
CMYK
RGB Variations
Color information
#77B2F0 (or 0x77B2F0) is known color: Jordy Blue. HEX triplet: 77, B2 and F0. RGB value is (119,178,240). Sum of RGB (Red+Green+Blue) = 119+178+240=537 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.16% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #77B2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B2F0 is #884D0F. Grayscale: #A7A7A7. Windows color (decimal): -8932624 or 15774327. OLE color: 15774327.
HSL color Cylindrical-coordinate representation of color #77B2F0: hue angle of 210.74º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77B2F0 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 178 | 240 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.06 |
| HSL | 210.74º | 0.8% | 0.7% | - |
| HSV(B) | 210.74º | 0.5% | 0.94% | - |
| XYZ | 39.26 | 42.05 | 88.49 | - |
| YUV | 167.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 240 | 0.50 | 0.26 | 0 | 0.06 | 210.74 | 0.8 | 0.7 |
| Hex | 77 | B2 | F0 | 32 | 1A | 0 | 6 | D3 | 50 | 46 |
| Octal | 167 | 262 | 360 | 62 | 32 | 0 | 6 | 323 | 120 | 106 |
| Binary | 1110111 | 10110010 | 11110000 | 110010 | 11010 | 0 | 110 | 11010011 | 1010000 | 1000110 |
Color Harmonies of #77B2F0
Complementary color
Monochromatic Colors of #77B2F0
Black with #77B2F0
Text Example
Text Example
White with #77B2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B2F0; }
p { color: rgb(119,178,240); }
H1.HeaderClassName
{
color: #77B2F0;
}
.AnyTagClassName
{
color: #77B2F0;
}
</style>
background-color css
<style>
a { background-color: #77B2F0; }
a { background-color: rgb(119,178,240); }
div.DivClassName
{
background-color: #77B2F0;
}
.BgClassName
{
background-color: #77B2F0;
}
</style>
border-color css
<style>
span { border-color: #77B2F0; }
span { border-color: rgb(119,178,240); }
td.TdClassName
{
border-color: #77B2F0;
}
.TagClassName
{
border-color: #77B2F0;
}
</style>