Shades of Curious Blue #2D8FBE
Tints of Curious Blue #2D8FBE
RGB
CMYK
RGB Variations
Color information
#2D8FBE (or 0x2D8FBE) is known color: Curious Blue. HEX triplet: 2D, 8F and BE. RGB value is (45,143,190). Sum of RGB (Red+Green+Blue) = 45+143+190=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D8FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8FBE is #D27041. Grayscale: #767676. Windows color (decimal): -13791298 or 12488493. OLE color: 12488493.
HSL color Cylindrical-coordinate representation of color #2D8FBE: hue angle of 199.45º 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 #2D8FBE is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 143 | 190 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.25 |
| HSL | 199.45º | 0.62% | 0.46% | - |
| HSV(B) | 199.45º | 0.76% | 0.75% | - |
| XYZ | 20.2 | 23.92 | 52.27 | - |
| YUV | 119.06 | 168.03 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 143 | 190 | 0.76 | 0.25 | 0 | 0.25 | 199.45 | 0.62 | 0.46 |
| Hex | 2D | 8F | BE | 4C | 19 | 0 | 19 | C7 | 3E | 2E |
| Octal | 55 | 217 | 276 | 114 | 31 | 0 | 31 | 307 | 76 | 56 |
| Binary | 101101 | 10001111 | 10111110 | 1001100 | 11001 | 0 | 11001 | 11000111 | 111110 | 101110 |
Color Harmonies of #2D8FBE
Complementary color
Monochromatic Colors of #2D8FBE
Black with #2D8FBE
Text Example
Text Example
White with #2D8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8FBE; }
p { color: rgb(45,143,190); }
H1.HeaderClassName
{
color: #2D8FBE;
}
.AnyTagClassName
{
color: #2D8FBE;
}
</style>
background-color css
<style>
a { background-color: #2D8FBE; }
a { background-color: rgb(45,143,190); }
div.DivClassName
{
background-color: #2D8FBE;
}
.BgClassName
{
background-color: #2D8FBE;
}
</style>
border-color css
<style>
span { border-color: #2D8FBE; }
span { border-color: rgb(45,143,190); }
td.TdClassName
{
border-color: #2D8FBE;
}
.TagClassName
{
border-color: #2D8FBE;
}
</style>