Shades of Jordy Blue #749BCF
Tints of Jordy Blue #749BCF
RGB
CMYK
RGB Variations
Color information
#749BCF (or 0x749BCF) is known color: Jordy Blue. HEX triplet: 74, 9B and CF. RGB value is (116,155,207). Sum of RGB (Red+Green+Blue) = 116+155+207=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #749BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BCF is #8B6430. Grayscale: #959595. Windows color (decimal): -9135153 or 13605748. OLE color: 13605748.
HSL color Cylindrical-coordinate representation of color #749BCF: hue angle of 214.29º 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 #749BCF is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 155 | 207 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.19 |
| HSL | 214.29º | 0.49% | 0.63% | - |
| HSV(B) | 214.29º | 0.44% | 0.81% | - |
| XYZ | 30.19 | 31.66 | 63.55 | - |
| YUV | 149.27 | 160.58 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 207 | 0.44 | 0.25 | 0 | 0.19 | 214.29 | 0.49 | 0.63 |
| Hex | 74 | 9B | CF | 2C | 19 | 0 | 13 | D6 | 31 | 3F |
| Octal | 164 | 233 | 317 | 54 | 31 | 0 | 23 | 326 | 61 | 77 |
| Binary | 1110100 | 10011011 | 11001111 | 101100 | 11001 | 0 | 10011 | 11010110 | 110001 | 111111 |
Color Harmonies of #749BCF
Complementary color
Monochromatic Colors of #749BCF
Black with #749BCF
Text Example
Text Example
White with #749BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BCF; }
p { color: rgb(116,155,207); }
H1.HeaderClassName
{
color: #749BCF;
}
.AnyTagClassName
{
color: #749BCF;
}
</style>
background-color css
<style>
a { background-color: #749BCF; }
a { background-color: rgb(116,155,207); }
div.DivClassName
{
background-color: #749BCF;
}
.BgClassName
{
background-color: #749BCF;
}
</style>
border-color css
<style>
span { border-color: #749BCF; }
span { border-color: rgb(116,155,207); }
td.TdClassName
{
border-color: #749BCF;
}
.TagClassName
{
border-color: #749BCF;
}
</style>