Shades of Jordy Blue #7DAFE3
Tints of Jordy Blue #7DAFE3
RGB
CMYK
RGB Variations
Color information
#7DAFE3 (or 0x7DAFE3) is known color: Jordy Blue. HEX triplet: 7D, AF and E3. RGB value is (125,175,227). Sum of RGB (Red+Green+Blue) = 125+175+227=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 227 - color contains mainly: blue. Hex color #7DAFE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFE3 is #82501C. Grayscale: #A5A5A5. Windows color (decimal): -8540189 or 14921597. OLE color: 14921597.
HSL color Cylindrical-coordinate representation of color #7DAFE3: hue angle of 210.59º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DAFE3 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 175 | 227 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.11 |
| HSL | 210.59º | 0.65% | 0.69% | - |
| HSV(B) | 210.59º | 0.45% | 0.89% | - |
| XYZ | 37.65 | 40.57 | 78.52 | - |
| YUV | 165.98 | 162.44 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 227 | 0.45 | 0.23 | 0 | 0.11 | 210.59 | 0.65 | 0.69 |
| Hex | 7D | AF | E3 | 2D | 17 | 0 | B | D3 | 41 | 45 |
| Octal | 175 | 257 | 343 | 55 | 27 | 0 | 13 | 323 | 101 | 105 |
| Binary | 1111101 | 10101111 | 11100011 | 101101 | 10111 | 0 | 1011 | 11010011 | 1000001 | 1000101 |
Color Harmonies of #7DAFE3
Complementary color
Monochromatic Colors of #7DAFE3
Black with #7DAFE3
Text Example
Text Example
White with #7DAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAFE3; }
p { color: rgb(125,175,227); }
H1.HeaderClassName
{
color: #7DAFE3;
}
.AnyTagClassName
{
color: #7DAFE3;
}
</style>
background-color css
<style>
a { background-color: #7DAFE3; }
a { background-color: rgb(125,175,227); }
div.DivClassName
{
background-color: #7DAFE3;
}
.BgClassName
{
background-color: #7DAFE3;
}
</style>
border-color css
<style>
span { border-color: #7DAFE3; }
span { border-color: rgb(125,175,227); }
td.TdClassName
{
border-color: #7DAFE3;
}
.TagClassName
{
border-color: #7DAFE3;
}
</style>