Shades of Curious Blue #2685D8
Tints of Curious Blue #2685D8
RGB
CMYK
RGB Variations
Color information
#2685D8 (or 0x2685D8) is known color: Curious Blue. HEX triplet: 26, 85 and D8. RGB value is (38,133,216). Sum of RGB (Red+Green+Blue) = 38+133+216=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 216 (84.77% from 255 or 55.81% from 387); Max value from RGB is 216 - color contains mainly: blue. Hex color #2685D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2685D8 is #D97A27. Grayscale: #717171. Windows color (decimal): -14252584 or 14189862. OLE color: 14189862.
HSL color Cylindrical-coordinate representation of color #2685D8: hue angle of 207.98º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2685D8 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 133 | 216 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.15 |
| HSL | 207.98º | 0.7% | 0.5% | - |
| HSV(B) | 207.98º | 0.82% | 0.85% | - |
| XYZ | 21.58 | 22.15 | 68.1 | - |
| YUV | 114.06 | 185.53 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 216 | 0.82 | 0.38 | 0 | 0.15 | 207.98 | 0.7 | 0.5 |
| Hex | 26 | 85 | D8 | 52 | 26 | 0 | F | D0 | 46 | 32 |
| Octal | 46 | 205 | 330 | 122 | 46 | 0 | 17 | 320 | 106 | 62 |
| Binary | 100110 | 10000101 | 11011000 | 1010010 | 100110 | 0 | 1111 | 11010000 | 1000110 | 110010 |
Color Harmonies of #2685D8
Complementary color
Monochromatic Colors of #2685D8
Black with #2685D8
Text Example
Text Example
White with #2685D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2685D8; }
p { color: rgb(38,133,216); }
H1.HeaderClassName
{
color: #2685D8;
}
.AnyTagClassName
{
color: #2685D8;
}
</style>
background-color css
<style>
a { background-color: #2685D8; }
a { background-color: rgb(38,133,216); }
div.DivClassName
{
background-color: #2685D8;
}
.BgClassName
{
background-color: #2685D8;
}
</style>
border-color css
<style>
span { border-color: #2685D8; }
span { border-color: rgb(38,133,216); }
td.TdClassName
{
border-color: #2685D8;
}
.TagClassName
{
border-color: #2685D8;
}
</style>