Shades of Jordy Blue #749ACF
Tints of Jordy Blue #749ACF
RGB
CMYK
RGB Variations
Color information
#749ACF (or 0x749ACF) is known color: Jordy Blue. HEX triplet: 74, 9A and CF. RGB value is (116,154,207). Sum of RGB (Red+Green+Blue) = 116+154+207=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #749ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ACF is #8B6530. Grayscale: #949494. Windows color (decimal): -9135409 or 13605492. OLE color: 13605492.
HSL color Cylindrical-coordinate representation of color #749ACF: hue angle of 214.95º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749ACF is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 154 | 207 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.19 |
| HSL | 214.95º | 0.49% | 0.63% | - |
| HSV(B) | 214.95º | 0.44% | 0.81% | - |
| XYZ | 30.02 | 31.33 | 63.5 | - |
| YUV | 148.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 207 | 0.44 | 0.26 | 0 | 0.19 | 214.95 | 0.49 | 0.63 |
| Hex | 74 | 9A | CF | 2C | 1A | 0 | 13 | D7 | 31 | 3F |
| Octal | 164 | 232 | 317 | 54 | 32 | 0 | 23 | 327 | 61 | 77 |
| Binary | 1110100 | 10011010 | 11001111 | 101100 | 11010 | 0 | 10011 | 11010111 | 110001 | 111111 |
Color Harmonies of #749ACF
Complementary color
Monochromatic Colors of #749ACF
Black with #749ACF
Text Example
Text Example
White with #749ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749ACF; }
p { color: rgb(116,154,207); }
H1.HeaderClassName
{
color: #749ACF;
}
.AnyTagClassName
{
color: #749ACF;
}
</style>
background-color css
<style>
a { background-color: #749ACF; }
a { background-color: rgb(116,154,207); }
div.DivClassName
{
background-color: #749ACF;
}
.BgClassName
{
background-color: #749ACF;
}
</style>
border-color css
<style>
span { border-color: #749ACF; }
span { border-color: rgb(116,154,207); }
td.TdClassName
{
border-color: #749ACF;
}
.TagClassName
{
border-color: #749ACF;
}
</style>