Shades of Curious Blue #2683CF
Tints of Curious Blue #2683CF
RGB
CMYK
RGB Variations
Color information
#2683CF (or 0x2683CF) is known color: Curious Blue. HEX triplet: 26, 83 and CF. RGB value is (38,131,207). Sum of RGB (Red+Green+Blue) = 38+131+207=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #2683CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2683CF is #D97C30. Grayscale: #6F6F6F. Windows color (decimal): -14253105 or 13599526. OLE color: 13599526.
HSL color Cylindrical-coordinate representation of color #2683CF: hue angle of 206.98º 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 #2683CF is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 131 | 207 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.19 |
| HSL | 206.98º | 0.69% | 0.48% | - |
| HSV(B) | 206.98º | 0.82% | 0.81% | - |
| XYZ | 20.18 | 21.15 | 62.05 | - |
| YUV | 111.86 | 181.69 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 207 | 0.82 | 0.37 | 0 | 0.19 | 206.98 | 0.69 | 0.48 |
| Hex | 26 | 83 | CF | 52 | 25 | 0 | 13 | CF | 45 | 30 |
| Octal | 46 | 203 | 317 | 122 | 45 | 0 | 23 | 317 | 105 | 60 |
| Binary | 100110 | 10000011 | 11001111 | 1010010 | 100101 | 0 | 10011 | 11001111 | 1000101 | 110000 |
Color Harmonies of #2683CF
Complementary color
Monochromatic Colors of #2683CF
Black with #2683CF
Text Example
Text Example
White with #2683CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2683CF; }
p { color: rgb(38,131,207); }
H1.HeaderClassName
{
color: #2683CF;
}
.AnyTagClassName
{
color: #2683CF;
}
</style>
background-color css
<style>
a { background-color: #2683CF; }
a { background-color: rgb(38,131,207); }
div.DivClassName
{
background-color: #2683CF;
}
.BgClassName
{
background-color: #2683CF;
}
</style>
border-color css
<style>
span { border-color: #2683CF; }
span { border-color: rgb(38,131,207); }
td.TdClassName
{
border-color: #2683CF;
}
.TagClassName
{
border-color: #2683CF;
}
</style>