Shades of Curious Blue #2D80BE
Tints of Curious Blue #2D80BE
RGB
CMYK
RGB Variations
Color information
#2D80BE (or 0x2D80BE) is known color: Curious Blue. HEX triplet: 2D, 80 and BE. RGB value is (45,128,190). Sum of RGB (Red+Green+Blue) = 45+128+190=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D80BE is #D27F41. Grayscale: #6D6D6D. Windows color (decimal): -13795138 or 12484653. OLE color: 12484653.
HSL color Cylindrical-coordinate representation of color #2D80BE: hue angle of 205.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D80BE is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 128 | 190 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.25 |
| HSL | 205.66º | 0.62% | 0.46% | - |
| HSV(B) | 205.66º | 0.76% | 0.75% | - |
| XYZ | 18.1 | 19.71 | 51.57 | - |
| YUV | 110.25 | 173 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 128 | 190 | 0.76 | 0.33 | 0 | 0.25 | 205.66 | 0.62 | 0.46 |
| Hex | 2D | 80 | BE | 4C | 21 | 0 | 19 | CE | 3E | 2E |
| Octal | 55 | 200 | 276 | 114 | 41 | 0 | 31 | 316 | 76 | 56 |
| Binary | 101101 | 10000000 | 10111110 | 1001100 | 100001 | 0 | 11001 | 11001110 | 111110 | 101110 |
Color Harmonies of #2D80BE
Complementary color
Monochromatic Colors of #2D80BE
Black with #2D80BE
Text Example
Text Example
White with #2D80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D80BE; }
p { color: rgb(45,128,190); }
H1.HeaderClassName
{
color: #2D80BE;
}
.AnyTagClassName
{
color: #2D80BE;
}
</style>
background-color css
<style>
a { background-color: #2D80BE; }
a { background-color: rgb(45,128,190); }
div.DivClassName
{
background-color: #2D80BE;
}
.BgClassName
{
background-color: #2D80BE;
}
</style>
border-color css
<style>
span { border-color: #2D80BE; }
span { border-color: rgb(45,128,190); }
td.TdClassName
{
border-color: #2D80BE;
}
.TagClassName
{
border-color: #2D80BE;
}
</style>