Shades of Jordy Blue #74AFEA
Tints of Jordy Blue #74AFEA
RGB
CMYK
RGB Variations
Color information
#74AFEA (or 0x74AFEA) is known color: Jordy Blue. HEX triplet: 74, AF and EA. RGB value is (116,175,234). Sum of RGB (Red+Green+Blue) = 116+175+234=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #74AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AFEA is #8B5015. Grayscale: #A3A3A3. Windows color (decimal): -9130006 or 15380340. OLE color: 15380340.
HSL color Cylindrical-coordinate representation of color #74AFEA: hue angle of 210º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74AFEA is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 175 | 234 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.08 |
| HSL | 210º | 0.74% | 0.69% | - |
| HSV(B) | 210º | 0.5% | 0.92% | - |
| XYZ | 37.38 | 40.31 | 83.65 | - |
| YUV | 164.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 234 | 0.50 | 0.25 | 0 | 0.08 | 210 | 0.74 | 0.69 |
| Hex | 74 | AF | EA | 32 | 19 | 0 | 8 | D2 | 4A | 45 |
| Octal | 164 | 257 | 352 | 62 | 31 | 0 | 10 | 322 | 112 | 105 |
| Binary | 1110100 | 10101111 | 11101010 | 110010 | 11001 | 0 | 1000 | 11010010 | 1001010 | 1000101 |
Color Harmonies of #74AFEA
Complementary color
Monochromatic Colors of #74AFEA
Black with #74AFEA
Text Example
Text Example
White with #74AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AFEA; }
p { color: rgb(116,175,234); }
H1.HeaderClassName
{
color: #74AFEA;
}
.AnyTagClassName
{
color: #74AFEA;
}
</style>
background-color css
<style>
a { background-color: #74AFEA; }
a { background-color: rgb(116,175,234); }
div.DivClassName
{
background-color: #74AFEA;
}
.BgClassName
{
background-color: #74AFEA;
}
</style>
border-color css
<style>
span { border-color: #74AFEA; }
span { border-color: rgb(116,175,234); }
td.TdClassName
{
border-color: #74AFEA;
}
.TagClassName
{
border-color: #74AFEA;
}
</style>