Shades of Curious Blue #2684CE
Tints of Curious Blue #2684CE
RGB
CMYK
RGB Variations
Color information
#2684CE (or 0x2684CE) is known color: Curious Blue. HEX triplet: 26, 84 and CE. RGB value is (38,132,206). Sum of RGB (Red+Green+Blue) = 38+132+206=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #2684CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2684CE is #D97B31. Grayscale: #6F6F6F. Windows color (decimal): -14252850 or 13534246. OLE color: 13534246.
HSL color Cylindrical-coordinate representation of color #2684CE: hue angle of 206.43º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2684CE is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 132 | 206 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.19 |
| HSL | 206.43º | 0.69% | 0.48% | - |
| HSV(B) | 206.43º | 0.82% | 0.81% | - |
| XYZ | 20.19 | 21.37 | 61.45 | - |
| YUV | 112.33 | 180.86 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 206 | 0.82 | 0.36 | 0 | 0.19 | 206.43 | 0.69 | 0.48 |
| Hex | 26 | 84 | CE | 52 | 24 | 0 | 13 | CE | 45 | 30 |
| Octal | 46 | 204 | 316 | 122 | 44 | 0 | 23 | 316 | 105 | 60 |
| Binary | 100110 | 10000100 | 11001110 | 1010010 | 100100 | 0 | 10011 | 11001110 | 1000101 | 110000 |
Color Harmonies of #2684CE
Complementary color
Monochromatic Colors of #2684CE
Black with #2684CE
Text Example
Text Example
White with #2684CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2684CE; }
p { color: rgb(38,132,206); }
H1.HeaderClassName
{
color: #2684CE;
}
.AnyTagClassName
{
color: #2684CE;
}
</style>
background-color css
<style>
a { background-color: #2684CE; }
a { background-color: rgb(38,132,206); }
div.DivClassName
{
background-color: #2684CE;
}
.BgClassName
{
background-color: #2684CE;
}
</style>
border-color css
<style>
span { border-color: #2684CE; }
span { border-color: rgb(38,132,206); }
td.TdClassName
{
border-color: #2684CE;
}
.TagClassName
{
border-color: #2684CE;
}
</style>