Shades of Jordy Blue #69A5DB
Tints of Jordy Blue #69A5DB
RGB
CMYK
RGB Variations
Color information
#69A5DB (or 0x69A5DB) is known color: Jordy Blue. HEX triplet: 69, A5 and DB. RGB value is (105,165,219). Sum of RGB (Red+Green+Blue) = 105+165+219=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #69A5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A5DB is #965A24. Grayscale: #989898. Windows color (decimal): -9853477 or 14394729. OLE color: 14394729.
HSL color Cylindrical-coordinate representation of color #69A5DB: hue angle of 208.42º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69A5DB is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 165 | 219 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.14 |
| HSL | 208.42º | 0.61% | 0.64% | - |
| HSV(B) | 208.42º | 0.52% | 0.86% | - |
| XYZ | 32.07 | 35.03 | 72.09 | - |
| YUV | 153.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 165 | 219 | 0.52 | 0.25 | 0 | 0.14 | 208.42 | 0.61 | 0.64 |
| Hex | 69 | A5 | DB | 34 | 19 | 0 | E | D0 | 3D | 40 |
| Octal | 151 | 245 | 333 | 64 | 31 | 0 | 16 | 320 | 75 | 100 |
| Binary | 1101001 | 10100101 | 11011011 | 110100 | 11001 | 0 | 1110 | 11010000 | 111101 | 1000000 |
Color Harmonies of #69A5DB
Complementary color
Monochromatic Colors of #69A5DB
Black with #69A5DB
Text Example
Text Example
White with #69A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A5DB; }
p { color: rgb(105,165,219); }
H1.HeaderClassName
{
color: #69A5DB;
}
.AnyTagClassName
{
color: #69A5DB;
}
</style>
background-color css
<style>
a { background-color: #69A5DB; }
a { background-color: rgb(105,165,219); }
div.DivClassName
{
background-color: #69A5DB;
}
.BgClassName
{
background-color: #69A5DB;
}
</style>
border-color css
<style>
span { border-color: #69A5DB; }
span { border-color: rgb(105,165,219); }
td.TdClassName
{
border-color: #69A5DB;
}
.TagClassName
{
border-color: #69A5DB;
}
</style>