Shades of Curious Blue #2480BC
Tints of Curious Blue #2480BC
RGB
CMYK
RGB Variations
Color information
#2480BC (or 0x2480BC) is known color: Curious Blue. HEX triplet: 24, 80 and BC. RGB value is (36,128,188). Sum of RGB (Red+Green+Blue) = 36+128+188=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #2480BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2480BC is #DB7F43. Grayscale: #6B6B6B. Windows color (decimal): -14384964 or 12353572. OLE color: 12353572.
HSL color Cylindrical-coordinate representation of color #2480BC: hue angle of 203.68º 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 #2480BC is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 128 | 188 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.26 |
| HSL | 203.68º | 0.68% | 0.44% | - |
| HSV(B) | 203.68º | 0.81% | 0.74% | - |
| XYZ | 17.52 | 19.44 | 50.41 | - |
| YUV | 107.33 | 173.52 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 188 | 0.81 | 0.32 | 0 | 0.26 | 203.68 | 0.68 | 0.44 |
| Hex | 24 | 80 | BC | 51 | 20 | 0 | 1A | CC | 44 | 2C |
| Octal | 44 | 200 | 274 | 121 | 40 | 0 | 32 | 314 | 104 | 54 |
| Binary | 100100 | 10000000 | 10111100 | 1010001 | 100000 | 0 | 11010 | 11001100 | 1000100 | 101100 |
Color Harmonies of #2480BC
Complementary color
Monochromatic Colors of #2480BC
Black with #2480BC
Text Example
Text Example
White with #2480BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2480BC; }
p { color: rgb(36,128,188); }
H1.HeaderClassName
{
color: #2480BC;
}
.AnyTagClassName
{
color: #2480BC;
}
</style>
background-color css
<style>
a { background-color: #2480BC; }
a { background-color: rgb(36,128,188); }
div.DivClassName
{
background-color: #2480BC;
}
.BgClassName
{
background-color: #2480BC;
}
</style>
border-color css
<style>
span { border-color: #2480BC; }
span { border-color: rgb(36,128,188); }
td.TdClassName
{
border-color: #2480BC;
}
.TagClassName
{
border-color: #2480BC;
}
</style>