Shades of Jordy Blue #7CAFDB
Tints of Jordy Blue #7CAFDB
RGB
CMYK
RGB Variations
Color information
#7CAFDB (or 0x7CAFDB) is known color: Jordy Blue. HEX triplet: 7C, AF and DB. RGB value is (124,175,219). Sum of RGB (Red+Green+Blue) = 124+175+219=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFDB is #835024. Grayscale: #A4A4A4. Windows color (decimal): -8605733 or 14397308. OLE color: 14397308.
HSL color Cylindrical-coordinate representation of color #7CAFDB: hue angle of 207.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CAFDB is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 175 | 219 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.14 |
| HSL | 207.79º | 0.57% | 0.67% | - |
| HSV(B) | 207.79º | 0.43% | 0.86% | - |
| XYZ | 36.43 | 40.06 | 72.83 | - |
| YUV | 164.77 | 158.6 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 219 | 0.43 | 0.20 | 0 | 0.14 | 207.79 | 0.57 | 0.67 |
| Hex | 7C | AF | DB | 2B | 14 | 0 | E | D0 | 39 | 43 |
| Octal | 174 | 257 | 333 | 53 | 24 | 0 | 16 | 320 | 71 | 103 |
| Binary | 1111100 | 10101111 | 11011011 | 101011 | 10100 | 0 | 1110 | 11010000 | 111001 | 1000011 |
Color Harmonies of #7CAFDB
Complementary color
Monochromatic Colors of #7CAFDB
Black with #7CAFDB
Text Example
Text Example
White with #7CAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAFDB; }
p { color: rgb(124,175,219); }
H1.HeaderClassName
{
color: #7CAFDB;
}
.AnyTagClassName
{
color: #7CAFDB;
}
</style>
background-color css
<style>
a { background-color: #7CAFDB; }
a { background-color: rgb(124,175,219); }
div.DivClassName
{
background-color: #7CAFDB;
}
.BgClassName
{
background-color: #7CAFDB;
}
</style>
border-color css
<style>
span { border-color: #7CAFDB; }
span { border-color: rgb(124,175,219); }
td.TdClassName
{
border-color: #7CAFDB;
}
.TagClassName
{
border-color: #7CAFDB;
}
</style>