Shades of Jordy Blue #74B1DF
Tints of Jordy Blue #74B1DF
RGB
CMYK
RGB Variations
Color information
#74B1DF (or 0x74B1DF) is known color: Jordy Blue. HEX triplet: 74, B1 and DF. RGB value is (116,177,223). Sum of RGB (Red+Green+Blue) = 116+177+223=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #74B1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B1DF is #8B4E20. Grayscale: #A3A3A3. Windows color (decimal): -9129505 or 14659956. OLE color: 14659956.
HSL color Cylindrical-coordinate representation of color #74B1DF: hue angle of 205.79º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74B1DF is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 177 | 223 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.13 |
| HSL | 205.79º | 0.63% | 0.66% | - |
| HSV(B) | 205.79º | 0.48% | 0.87% | - |
| XYZ | 36.24 | 40.49 | 75.72 | - |
| YUV | 164.01 | 161.29 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 223 | 0.48 | 0.21 | 0 | 0.13 | 205.79 | 0.63 | 0.66 |
| Hex | 74 | B1 | DF | 30 | 15 | 0 | D | CE | 3F | 42 |
| Octal | 164 | 261 | 337 | 60 | 25 | 0 | 15 | 316 | 77 | 102 |
| Binary | 1110100 | 10110001 | 11011111 | 110000 | 10101 | 0 | 1101 | 11001110 | 111111 | 1000010 |
Color Harmonies of #74B1DF
Complementary color
Monochromatic Colors of #74B1DF
Black with #74B1DF
Text Example
Text Example
White with #74B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B1DF; }
p { color: rgb(116,177,223); }
H1.HeaderClassName
{
color: #74B1DF;
}
.AnyTagClassName
{
color: #74B1DF;
}
</style>
background-color css
<style>
a { background-color: #74B1DF; }
a { background-color: rgb(116,177,223); }
div.DivClassName
{
background-color: #74B1DF;
}
.BgClassName
{
background-color: #74B1DF;
}
</style>
border-color css
<style>
span { border-color: #74B1DF; }
span { border-color: rgb(116,177,223); }
td.TdClassName
{
border-color: #74B1DF;
}
.TagClassName
{
border-color: #74B1DF;
}
</style>