Shades of Curious Blue #2685CC
Tints of Curious Blue #2685CC
RGB
CMYK
RGB Variations
Color information
#2685CC (or 0x2685CC) is known color: Curious Blue. HEX triplet: 26, 85 and CC. RGB value is (38,133,204). Sum of RGB (Red+Green+Blue) = 38+133+204=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 133 (52.34% from 255 or 35.47% 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 #2685CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2685CC is #D97A33. Grayscale: #707070. Windows color (decimal): -14252596 or 13403430. OLE color: 13403430.
HSL color Cylindrical-coordinate representation of color #2685CC: hue angle of 205.66º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2685CC is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 133 | 204 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.2 |
| HSL | 205.66º | 0.69% | 0.47% | - |
| HSV(B) | 205.66º | 0.81% | 0.8% | - |
| XYZ | 20.09 | 21.55 | 60.23 | - |
| YUV | 112.69 | 179.53 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 204 | 0.81 | 0.35 | 0 | 0.2 | 205.66 | 0.69 | 0.47 |
| Hex | 26 | 85 | CC | 51 | 23 | 0 | 14 | CE | 45 | 2F |
| Octal | 46 | 205 | 314 | 121 | 43 | 0 | 24 | 316 | 105 | 57 |
| Binary | 100110 | 10000101 | 11001100 | 1010001 | 100011 | 0 | 10100 | 11001110 | 1000101 | 101111 |
Color Harmonies of #2685CC
Complementary color
Monochromatic Colors of #2685CC
Black with #2685CC
Text Example
Text Example
White with #2685CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2685CC; }
p { color: rgb(38,133,204); }
H1.HeaderClassName
{
color: #2685CC;
}
.AnyTagClassName
{
color: #2685CC;
}
</style>
background-color css
<style>
a { background-color: #2685CC; }
a { background-color: rgb(38,133,204); }
div.DivClassName
{
background-color: #2685CC;
}
.BgClassName
{
background-color: #2685CC;
}
</style>
border-color css
<style>
span { border-color: #2685CC; }
span { border-color: rgb(38,133,204); }
td.TdClassName
{
border-color: #2685CC;
}
.TagClassName
{
border-color: #2685CC;
}
</style>