Shades of Jordy Blue #73B2F0
Tints of Jordy Blue #73B2F0
RGB
CMYK
RGB Variations
Color information
#73B2F0 (or 0x73B2F0) is known color: Jordy Blue. HEX triplet: 73, B2 and F0. RGB value is (115,178,240). Sum of RGB (Red+Green+Blue) = 115+178+240=533 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.58% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #73B2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73B2F0 is #8C4D0F. Grayscale: #A5A5A5. Windows color (decimal): -9194768 or 15774323. OLE color: 15774323.
HSL color Cylindrical-coordinate representation of color #73B2F0: hue angle of 209.76º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73B2F0 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 178 | 240 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.06 |
| HSL | 209.76º | 0.81% | 0.7% | - |
| HSV(B) | 209.76º | 0.52% | 0.94% | - |
| XYZ | 38.72 | 41.78 | 88.46 | - |
| YUV | 166.23 | 169.63 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 240 | 0.52 | 0.26 | 0 | 0.06 | 209.76 | 0.81 | 0.7 |
| Hex | 73 | B2 | F0 | 34 | 1A | 0 | 6 | D2 | 51 | 46 |
| Octal | 163 | 262 | 360 | 64 | 32 | 0 | 6 | 322 | 121 | 106 |
| Binary | 1110011 | 10110010 | 11110000 | 110100 | 11010 | 0 | 110 | 11010010 | 1010001 | 1000110 |
Color Harmonies of #73B2F0
Complementary color
Monochromatic Colors of #73B2F0
Black with #73B2F0
Text Example
Text Example
White with #73B2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B2F0; }
p { color: rgb(115,178,240); }
H1.HeaderClassName
{
color: #73B2F0;
}
.AnyTagClassName
{
color: #73B2F0;
}
</style>
background-color css
<style>
a { background-color: #73B2F0; }
a { background-color: rgb(115,178,240); }
div.DivClassName
{
background-color: #73B2F0;
}
.BgClassName
{
background-color: #73B2F0;
}
</style>
border-color css
<style>
span { border-color: #73B2F0; }
span { border-color: rgb(115,178,240); }
td.TdClassName
{
border-color: #73B2F0;
}
.TagClassName
{
border-color: #73B2F0;
}
</style>