Shades of Jordy Blue #7FB2DA
Tints of Jordy Blue #7FB2DA
RGB
CMYK
RGB Variations
Color information
#7FB2DA (or 0x7FB2DA) is known color: Jordy Blue. HEX triplet: 7F, B2 and DA. RGB value is (127,178,218). Sum of RGB (Red+Green+Blue) = 127+178+218=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FB2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB2DA is #804D25. Grayscale: #A7A7A7. Windows color (decimal): -8408358 or 14332543. OLE color: 14332543.
HSL color Cylindrical-coordinate representation of color #7FB2DA: hue angle of 206.37º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB2DA is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 178 | 218 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.15 |
| HSL | 206.37º | 0.55% | 0.68% | - |
| HSV(B) | 206.37º | 0.42% | 0.85% | - |
| XYZ | 37.33 | 41.41 | 72.36 | - |
| YUV | 167.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 178 | 218 | 0.42 | 0.18 | 0 | 0.15 | 206.37 | 0.55 | 0.68 |
| Hex | 7F | B2 | DA | 2A | 12 | 0 | F | CE | 37 | 44 |
| Octal | 177 | 262 | 332 | 52 | 22 | 0 | 17 | 316 | 67 | 104 |
| Binary | 1111111 | 10110010 | 11011010 | 101010 | 10010 | 0 | 1111 | 11001110 | 110111 | 1000100 |
Color Harmonies of #7FB2DA
Complementary color
Monochromatic Colors of #7FB2DA
Black with #7FB2DA
Text Example
Text Example
White with #7FB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB2DA; }
p { color: rgb(127,178,218); }
H1.HeaderClassName
{
color: #7FB2DA;
}
.AnyTagClassName
{
color: #7FB2DA;
}
</style>
background-color css
<style>
a { background-color: #7FB2DA; }
a { background-color: rgb(127,178,218); }
div.DivClassName
{
background-color: #7FB2DA;
}
.BgClassName
{
background-color: #7FB2DA;
}
</style>
border-color css
<style>
span { border-color: #7FB2DA; }
span { border-color: rgb(127,178,218); }
td.TdClassName
{
border-color: #7FB2DA;
}
.TagClassName
{
border-color: #7FB2DA;
}
</style>