Shades of Curious Blue #2785CE
Tints of Curious Blue #2785CE
RGB
CMYK
RGB Variations
Color information
#2785CE (or 0x2785CE) is known color: Curious Blue. HEX triplet: 27, 85 and CE. RGB value is (39,133,206). Sum of RGB (Red+Green+Blue) = 39+133+206=378 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.32% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #2785CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2785CE is #D87A31. Grayscale: #707070. Windows color (decimal): -14187058 or 13534503. OLE color: 13534503.
HSL color Cylindrical-coordinate representation of color #2785CE: hue angle of 206.23º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2785CE is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 133 | 206 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.19 |
| HSL | 206.23º | 0.68% | 0.48% | - |
| HSV(B) | 206.23º | 0.81% | 0.81% | - |
| XYZ | 20.36 | 21.66 | 61.5 | - |
| YUV | 113.22 | 180.36 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 206 | 0.81 | 0.35 | 0 | 0.19 | 206.23 | 0.68 | 0.48 |
| Hex | 27 | 85 | CE | 51 | 23 | 0 | 13 | CE | 44 | 30 |
| Octal | 47 | 205 | 316 | 121 | 43 | 0 | 23 | 316 | 104 | 60 |
| Binary | 100111 | 10000101 | 11001110 | 1010001 | 100011 | 0 | 10011 | 11001110 | 1000100 | 110000 |
Color Harmonies of #2785CE
Complementary color
Monochromatic Colors of #2785CE
Black with #2785CE
Text Example
Text Example
White with #2785CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2785CE; }
p { color: rgb(39,133,206); }
H1.HeaderClassName
{
color: #2785CE;
}
.AnyTagClassName
{
color: #2785CE;
}
</style>
background-color css
<style>
a { background-color: #2785CE; }
a { background-color: rgb(39,133,206); }
div.DivClassName
{
background-color: #2785CE;
}
.BgClassName
{
background-color: #2785CE;
}
</style>
border-color css
<style>
span { border-color: #2785CE; }
span { border-color: rgb(39,133,206); }
td.TdClassName
{
border-color: #2785CE;
}
.TagClassName
{
border-color: #2785CE;
}
</style>