Shades of Curious Blue #2D7ABF
Tints of Curious Blue #2D7ABF
RGB
CMYK
RGB Variations
Color information
#2D7ABF (or 0x2D7ABF) is known color: Curious Blue. HEX triplet: 2D, 7A and BF. RGB value is (45,122,191). Sum of RGB (Red+Green+Blue) = 45+122+191=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D7ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7ABF is #D28540. Grayscale: #6A6A6A. Windows color (decimal): -13796673 or 12548653. OLE color: 12548653.
HSL color Cylindrical-coordinate representation of color #2D7ABF: hue angle of 208.36º 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 #2D7ABF is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 122 | 191 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.25 |
| HSL | 208.36º | 0.62% | 0.46% | - |
| HSV(B) | 208.36º | 0.76% | 0.75% | - |
| XYZ | 17.45 | 18.24 | 51.89 | - |
| YUV | 106.84 | 175.49 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 122 | 191 | 0.76 | 0.36 | 0 | 0.25 | 208.36 | 0.62 | 0.46 |
| Hex | 2D | 7A | BF | 4C | 24 | 0 | 19 | D0 | 3E | 2E |
| Octal | 55 | 172 | 277 | 114 | 44 | 0 | 31 | 320 | 76 | 56 |
| Binary | 101101 | 1111010 | 10111111 | 1001100 | 100100 | 0 | 11001 | 11010000 | 111110 | 101110 |
Color Harmonies of #2D7ABF
Complementary color
Monochromatic Colors of #2D7ABF
Black with #2D7ABF
Text Example
Text Example
White with #2D7ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7ABF; }
p { color: rgb(45,122,191); }
H1.HeaderClassName
{
color: #2D7ABF;
}
.AnyTagClassName
{
color: #2D7ABF;
}
</style>
background-color css
<style>
a { background-color: #2D7ABF; }
a { background-color: rgb(45,122,191); }
div.DivClassName
{
background-color: #2D7ABF;
}
.BgClassName
{
background-color: #2D7ABF;
}
</style>
border-color css
<style>
span { border-color: #2D7ABF; }
span { border-color: rgb(45,122,191); }
td.TdClassName
{
border-color: #2D7ABF;
}
.TagClassName
{
border-color: #2D7ABF;
}
</style>