Shades of Curious Blue #2586CC
Tints of Curious Blue #2586CC
RGB
CMYK
RGB Variations
Color information
#2586CC (or 0x2586CC) is known color: Curious Blue. HEX triplet: 25, 86 and CC. RGB value is (37,134,204). Sum of RGB (Red+Green+Blue) = 37+134+204=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #2586CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2586CC is #DA7933. Grayscale: #707070. Windows color (decimal): -14317876 or 13403685. OLE color: 13403685.
HSL color Cylindrical-coordinate representation of color #2586CC: hue angle of 205.15º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2586CC is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 134 | 204 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.2 |
| HSL | 205.15º | 0.69% | 0.47% | - |
| HSV(B) | 205.15º | 0.82% | 0.8% | - |
| XYZ | 20.19 | 21.8 | 60.27 | - |
| YUV | 112.98 | 179.36 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 134 | 204 | 0.82 | 0.34 | 0 | 0.2 | 205.15 | 0.69 | 0.47 |
| Hex | 25 | 86 | CC | 52 | 22 | 0 | 14 | CD | 45 | 2F |
| Octal | 45 | 206 | 314 | 122 | 42 | 0 | 24 | 315 | 105 | 57 |
| Binary | 100101 | 10000110 | 11001100 | 1010010 | 100010 | 0 | 10100 | 11001101 | 1000101 | 101111 |
Color Harmonies of #2586CC
Complementary color
Monochromatic Colors of #2586CC
Black with #2586CC
Text Example
Text Example
White with #2586CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2586CC; }
p { color: rgb(37,134,204); }
H1.HeaderClassName
{
color: #2586CC;
}
.AnyTagClassName
{
color: #2586CC;
}
</style>
background-color css
<style>
a { background-color: #2586CC; }
a { background-color: rgb(37,134,204); }
div.DivClassName
{
background-color: #2586CC;
}
.BgClassName
{
background-color: #2586CC;
}
</style>
border-color css
<style>
span { border-color: #2586CC; }
span { border-color: rgb(37,134,204); }
td.TdClassName
{
border-color: #2586CC;
}
.TagClassName
{
border-color: #2586CC;
}
</style>