Shades of Curious Blue #2479BE
Tints of Curious Blue #2479BE
RGB
CMYK
RGB Variations
Color information
#2479BE (or 0x2479BE) is known color: Curious Blue. HEX triplet: 24, 79 and BE. RGB value is (36,121,190). Sum of RGB (Red+Green+Blue) = 36+121+190=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #2479BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2479BE is #DB8641. Grayscale: #676767. Windows color (decimal): -14386754 or 12482852. OLE color: 12482852.
HSL color Cylindrical-coordinate representation of color #2479BE: hue angle of 206.88º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2479BE is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 121 | 190 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.25 |
| HSL | 206.88º | 0.68% | 0.44% | - |
| HSV(B) | 206.88º | 0.81% | 0.75% | - |
| XYZ | 16.86 | 17.77 | 51.26 | - |
| YUV | 103.45 | 176.84 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 190 | 0.81 | 0.36 | 0 | 0.25 | 206.88 | 0.68 | 0.44 |
| Hex | 24 | 79 | BE | 51 | 24 | 0 | 19 | CF | 44 | 2C |
| Octal | 44 | 171 | 276 | 121 | 44 | 0 | 31 | 317 | 104 | 54 |
| Binary | 100100 | 1111001 | 10111110 | 1010001 | 100100 | 0 | 11001 | 11001111 | 1000100 | 101100 |
Color Harmonies of #2479BE
Complementary color
Monochromatic Colors of #2479BE
Black with #2479BE
Text Example
Text Example
White with #2479BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479BE; }
p { color: rgb(36,121,190); }
H1.HeaderClassName
{
color: #2479BE;
}
.AnyTagClassName
{
color: #2479BE;
}
</style>
background-color css
<style>
a { background-color: #2479BE; }
a { background-color: rgb(36,121,190); }
div.DivClassName
{
background-color: #2479BE;
}
.BgClassName
{
background-color: #2479BE;
}
</style>
border-color css
<style>
span { border-color: #2479BE; }
span { border-color: rgb(36,121,190); }
td.TdClassName
{
border-color: #2479BE;
}
.TagClassName
{
border-color: #2479BE;
}
</style>