Shades of Curious Blue #2680CB
Tints of Curious Blue #2680CB
RGB
CMYK
RGB Variations
Color information
#2680CB (or 0x2680CB) is known color: Curious Blue. HEX triplet: 26, 80 and CB. RGB value is (38,128,203). Sum of RGB (Red+Green+Blue) = 38+128+203=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #2680CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2680CB is #D97F34. Grayscale: #6D6D6D. Windows color (decimal): -14253877 or 13336614. OLE color: 13336614.
HSL color Cylindrical-coordinate representation of color #2680CB: hue angle of 207.27º degrees, saturation: 0.68, 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 #2680CB is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 128 | 203 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.20 |
| HSL | 207.27º | 0.68% | 0.47% | - |
| HSV(B) | 207.27º | 0.81% | 0.8% | - |
| XYZ | 19.3 | 20.16 | 59.37 | - |
| YUV | 109.64 | 180.68 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 203 | 0.81 | 0.37 | 0 | 0.20 | 207.27 | 0.68 | 0.47 |
| Hex | 26 | 80 | CB | 51 | 25 | 0 | 14 | CF | 44 | 2F |
| Octal | 46 | 200 | 313 | 121 | 45 | 0 | 24 | 317 | 104 | 57 |
| Binary | 100110 | 10000000 | 11001011 | 1010001 | 100101 | 0 | 10100 | 11001111 | 1000100 | 101111 |
Color Harmonies of #2680CB
Complementary color
Monochromatic Colors of #2680CB
Black with #2680CB
Text Example
Text Example
White with #2680CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2680CB; }
p { color: rgb(38,128,203); }
H1.HeaderClassName
{
color: #2680CB;
}
.AnyTagClassName
{
color: #2680CB;
}
</style>
background-color css
<style>
a { background-color: #2680CB; }
a { background-color: rgb(38,128,203); }
div.DivClassName
{
background-color: #2680CB;
}
.BgClassName
{
background-color: #2680CB;
}
</style>
border-color css
<style>
span { border-color: #2680CB; }
span { border-color: rgb(38,128,203); }
td.TdClassName
{
border-color: #2680CB;
}
.TagClassName
{
border-color: #2680CB;
}
</style>