Shades of Curious Blue #2785BD
Tints of Curious Blue #2785BD
RGB
CMYK
RGB Variations
Color information
#2785BD (or 0x2785BD) is known color: Curious Blue. HEX triplet: 27, 85 and BD. RGB value is (39,133,189). Sum of RGB (Red+Green+Blue) = 39+133+189=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #2785BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2785BD is #D87A42. Grayscale: #6E6E6E. Windows color (decimal): -14187075 or 12420391. OLE color: 12420391.
HSL color Cylindrical-coordinate representation of color #2785BD: hue angle of 202.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2785BD is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 133 | 189 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.26 |
| HSL | 202.4º | 0.66% | 0.45% | - |
| HSV(B) | 202.4º | 0.79% | 0.74% | - |
| XYZ | 18.41 | 20.88 | 51.2 | - |
| YUV | 111.28 | 171.86 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 189 | 0.79 | 0.30 | 0 | 0.26 | 202.4 | 0.66 | 0.45 |
| Hex | 27 | 85 | BD | 4F | 1E | 0 | 1A | CA | 42 | 2D |
| Octal | 47 | 205 | 275 | 117 | 36 | 0 | 32 | 312 | 102 | 55 |
| Binary | 100111 | 10000101 | 10111101 | 1001111 | 11110 | 0 | 11010 | 11001010 | 1000010 | 101101 |
Color Harmonies of #2785BD
Complementary color
Monochromatic Colors of #2785BD
Black with #2785BD
Text Example
Text Example
White with #2785BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2785BD; }
p { color: rgb(39,133,189); }
H1.HeaderClassName
{
color: #2785BD;
}
.AnyTagClassName
{
color: #2785BD;
}
</style>
background-color css
<style>
a { background-color: #2785BD; }
a { background-color: rgb(39,133,189); }
div.DivClassName
{
background-color: #2785BD;
}
.BgClassName
{
background-color: #2785BD;
}
</style>
border-color css
<style>
span { border-color: #2785BD; }
span { border-color: rgb(39,133,189); }
td.TdClassName
{
border-color: #2785BD;
}
.TagClassName
{
border-color: #2785BD;
}
</style>