Shades of Jordy Blue #7498DC
Tints of Jordy Blue #7498DC
RGB
CMYK
RGB Variations
Color information
#7498DC (or 0x7498DC) is known color: Jordy Blue. HEX triplet: 74, 98 and DC. RGB value is (116,152,220). Sum of RGB (Red+Green+Blue) = 116+152+220=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #7498DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498DC is #8B6723. Grayscale: #949494. Windows color (decimal): -9135908 or 14456948. OLE color: 14456948.
HSL color Cylindrical-coordinate representation of color #7498DC: hue angle of 219.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7498DC is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 152 | 220 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.14 |
| HSL | 219.23º | 0.6% | 0.66% | - |
| HSV(B) | 219.23º | 0.47% | 0.86% | - |
| XYZ | 31.35 | 31.34 | 72.11 | - |
| YUV | 148.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 220 | 0.47 | 0.31 | 0 | 0.14 | 219.23 | 0.6 | 0.66 |
| Hex | 74 | 98 | DC | 2F | 1F | 0 | E | DB | 3C | 42 |
| Octal | 164 | 230 | 334 | 57 | 37 | 0 | 16 | 333 | 74 | 102 |
| Binary | 1110100 | 10011000 | 11011100 | 101111 | 11111 | 0 | 1110 | 11011011 | 111100 | 1000010 |
Color Harmonies of #7498DC
Complementary color
Monochromatic Colors of #7498DC
Black with #7498DC
Text Example
Text Example
White with #7498DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7498DC; }
p { color: rgb(116,152,220); }
H1.HeaderClassName
{
color: #7498DC;
}
.AnyTagClassName
{
color: #7498DC;
}
</style>
background-color css
<style>
a { background-color: #7498DC; }
a { background-color: rgb(116,152,220); }
div.DivClassName
{
background-color: #7498DC;
}
.BgClassName
{
background-color: #7498DC;
}
</style>
border-color css
<style>
span { border-color: #7498DC; }
span { border-color: rgb(116,152,220); }
td.TdClassName
{
border-color: #7498DC;
}
.TagClassName
{
border-color: #7498DC;
}
</style>