Shades of Curious Blue #2479BC
Tints of Curious Blue #2479BC
RGB
CMYK
RGB Variations
Color information
#2479BC (or 0x2479BC) is known color: Curious Blue. HEX triplet: 24, 79 and BC. RGB value is (36,121,188). Sum of RGB (Red+Green+Blue) = 36+121+188=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #2479BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2479BC is #DB8643. Grayscale: #666666. Windows color (decimal): -14386756 or 12351780. OLE color: 12351780.
HSL color Cylindrical-coordinate representation of color #2479BC: hue angle of 206.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2479BC is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 121 | 188 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.26 |
| HSL | 206.45º | 0.68% | 0.44% | - |
| HSV(B) | 206.45º | 0.81% | 0.74% | - |
| XYZ | 16.64 | 17.68 | 50.11 | - |
| YUV | 103.22 | 175.84 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 188 | 0.81 | 0.36 | 0 | 0.26 | 206.45 | 0.68 | 0.44 |
| Hex | 24 | 79 | BC | 51 | 24 | 0 | 1A | CE | 44 | 2C |
| Octal | 44 | 171 | 274 | 121 | 44 | 0 | 32 | 316 | 104 | 54 |
| Binary | 100100 | 1111001 | 10111100 | 1010001 | 100100 | 0 | 11010 | 11001110 | 1000100 | 101100 |
Color Harmonies of #2479BC
Complementary color
Monochromatic Colors of #2479BC
Black with #2479BC
Text Example
Text Example
White with #2479BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479BC; }
p { color: rgb(36,121,188); }
H1.HeaderClassName
{
color: #2479BC;
}
.AnyTagClassName
{
color: #2479BC;
}
</style>
background-color css
<style>
a { background-color: #2479BC; }
a { background-color: rgb(36,121,188); }
div.DivClassName
{
background-color: #2479BC;
}
.BgClassName
{
background-color: #2479BC;
}
</style>
border-color css
<style>
span { border-color: #2479BC; }
span { border-color: rgb(36,121,188); }
td.TdClassName
{
border-color: #2479BC;
}
.TagClassName
{
border-color: #2479BC;
}
</style>