Shades of Curious Blue #2681CF
Tints of Curious Blue #2681CF
RGB
CMYK
RGB Variations
Color information
#2681CF (or 0x2681CF) is known color: Curious Blue. HEX triplet: 26, 81 and CF. RGB value is (38,129,207). Sum of RGB (Red+Green+Blue) = 38+129+207=374 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.16% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #2681CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2681CF is #D97E30. Grayscale: #6E6E6E. Windows color (decimal): -14253617 or 13599014. OLE color: 13599014.
HSL color Cylindrical-coordinate representation of color #2681CF: hue angle of 207.69º 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 #2681CF is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 129 | 207 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.19 |
| HSL | 207.69º | 0.69% | 0.48% | - |
| HSV(B) | 207.69º | 0.82% | 0.81% | - |
| XYZ | 19.91 | 20.62 | 61.96 | - |
| YUV | 110.68 | 182.35 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 207 | 0.82 | 0.38 | 0 | 0.19 | 207.69 | 0.69 | 0.48 |
| Hex | 26 | 81 | CF | 52 | 26 | 0 | 13 | D0 | 45 | 30 |
| Octal | 46 | 201 | 317 | 122 | 46 | 0 | 23 | 320 | 105 | 60 |
| Binary | 100110 | 10000001 | 11001111 | 1010010 | 100110 | 0 | 10011 | 11010000 | 1000101 | 110000 |
Color Harmonies of #2681CF
Complementary color
Monochromatic Colors of #2681CF
Black with #2681CF
Text Example
Text Example
White with #2681CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2681CF; }
p { color: rgb(38,129,207); }
H1.HeaderClassName
{
color: #2681CF;
}
.AnyTagClassName
{
color: #2681CF;
}
</style>
background-color css
<style>
a { background-color: #2681CF; }
a { background-color: rgb(38,129,207); }
div.DivClassName
{
background-color: #2681CF;
}
.BgClassName
{
background-color: #2681CF;
}
</style>
border-color css
<style>
span { border-color: #2681CF; }
span { border-color: rgb(38,129,207); }
td.TdClassName
{
border-color: #2681CF;
}
.TagClassName
{
border-color: #2681CF;
}
</style>