Shades of Curious Blue #2478BC
Tints of Curious Blue #2478BC
RGB
CMYK
RGB Variations
Color information
#2478BC (or 0x2478BC) is known color: Curious Blue. HEX triplet: 24, 78 and BC. RGB value is (36,120,188). Sum of RGB (Red+Green+Blue) = 36+120+188=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #2478BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2478BC is #DB8743. Grayscale: #666666. Windows color (decimal): -14387012 or 12351524. OLE color: 12351524.
HSL color Cylindrical-coordinate representation of color #2478BC: hue angle of 206.84º 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 #2478BC is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 120 | 188 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.26 |
| HSL | 206.84º | 0.68% | 0.44% | - |
| HSV(B) | 206.84º | 0.81% | 0.74% | - |
| XYZ | 16.52 | 17.44 | 50.07 | - |
| YUV | 102.64 | 176.17 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 188 | 0.81 | 0.36 | 0 | 0.26 | 206.84 | 0.68 | 0.44 |
| Hex | 24 | 78 | BC | 51 | 24 | 0 | 1A | CF | 44 | 2C |
| Octal | 44 | 170 | 274 | 121 | 44 | 0 | 32 | 317 | 104 | 54 |
| Binary | 100100 | 1111000 | 10111100 | 1010001 | 100100 | 0 | 11010 | 11001111 | 1000100 | 101100 |
Color Harmonies of #2478BC
Complementary color
Monochromatic Colors of #2478BC
Black with #2478BC
Text Example
Text Example
White with #2478BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2478BC; }
p { color: rgb(36,120,188); }
H1.HeaderClassName
{
color: #2478BC;
}
.AnyTagClassName
{
color: #2478BC;
}
</style>
background-color css
<style>
a { background-color: #2478BC; }
a { background-color: rgb(36,120,188); }
div.DivClassName
{
background-color: #2478BC;
}
.BgClassName
{
background-color: #2478BC;
}
</style>
border-color css
<style>
span { border-color: #2478BC; }
span { border-color: rgb(36,120,188); }
td.TdClassName
{
border-color: #2478BC;
}
.TagClassName
{
border-color: #2478BC;
}
</style>