Shades of Jordy Blue #74AFDC
Tints of Jordy Blue #74AFDC
RGB
CMYK
RGB Variations
Color information
#74AFDC (or 0x74AFDC) is known color: Jordy Blue. HEX triplet: 74, AF and DC. RGB value is (116,175,220). Sum of RGB (Red+Green+Blue) = 116+175+220=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #74AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFDC is #8B5023. Grayscale: #A2A2A2. Windows color (decimal): -9130020 or 14462836. OLE color: 14462836.
HSL color Cylindrical-coordinate representation of color #74AFDC: hue angle of 205.96º 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 #74AFDC is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 175 | 220 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.14 |
| HSL | 205.96º | 0.6% | 0.66% | - |
| HSV(B) | 205.96º | 0.47% | 0.86% | - |
| XYZ | 35.45 | 39.54 | 73.47 | - |
| YUV | 162.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 220 | 0.47 | 0.20 | 0 | 0.14 | 205.96 | 0.6 | 0.66 |
| Hex | 74 | AF | DC | 2F | 14 | 0 | E | CE | 3C | 42 |
| Octal | 164 | 257 | 334 | 57 | 24 | 0 | 16 | 316 | 74 | 102 |
| Binary | 1110100 | 10101111 | 11011100 | 101111 | 10100 | 0 | 1110 | 11001110 | 111100 | 1000010 |
Color Harmonies of #74AFDC
Complementary color
Monochromatic Colors of #74AFDC
Black with #74AFDC
Text Example
Text Example
White with #74AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AFDC; }
p { color: rgb(116,175,220); }
H1.HeaderClassName
{
color: #74AFDC;
}
.AnyTagClassName
{
color: #74AFDC;
}
</style>
background-color css
<style>
a { background-color: #74AFDC; }
a { background-color: rgb(116,175,220); }
div.DivClassName
{
background-color: #74AFDC;
}
.BgClassName
{
background-color: #74AFDC;
}
</style>
border-color css
<style>
span { border-color: #74AFDC; }
span { border-color: rgb(116,175,220); }
td.TdClassName
{
border-color: #74AFDC;
}
.TagClassName
{
border-color: #74AFDC;
}
</style>