Shades of Curious Blue #2690D2
Tints of Curious Blue #2690D2
RGB
CMYK
RGB Variations
Color information
#2690D2 (or 0x2690D2) is known color: Curious Blue. HEX triplet: 26, 90 and D2. RGB value is (38,144,210). Sum of RGB (Red+Green+Blue) = 38+144+210=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 210 (82.42% from 255 or 53.57% from 392); Max value from RGB is 210 - color contains mainly: blue. Hex color #2690D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2690D2 is #D96F2D. Grayscale: #777777. Windows color (decimal): -14249774 or 13799462. OLE color: 13799462.
HSL color Cylindrical-coordinate representation of color #2690D2: hue angle of 203.02º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2690D2 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 144 | 210 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.18 |
| HSL | 203.02º | 0.69% | 0.49% | - |
| HSV(B) | 203.02º | 0.82% | 0.82% | - |
| XYZ | 22.41 | 25.01 | 64.62 | - |
| YUV | 119.83 | 178.88 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 210 | 0.82 | 0.31 | 0 | 0.18 | 203.02 | 0.69 | 0.49 |
| Hex | 26 | 90 | D2 | 52 | 1F | 0 | 12 | CB | 45 | 31 |
| Octal | 46 | 220 | 322 | 122 | 37 | 0 | 22 | 313 | 105 | 61 |
| Binary | 100110 | 10010000 | 11010010 | 1010010 | 11111 | 0 | 10010 | 11001011 | 1000101 | 110001 |
Color Harmonies of #2690D2
Complementary color
Monochromatic Colors of #2690D2
Black with #2690D2
Text Example
Text Example
White with #2690D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2690D2; }
p { color: rgb(38,144,210); }
H1.HeaderClassName
{
color: #2690D2;
}
.AnyTagClassName
{
color: #2690D2;
}
</style>
background-color css
<style>
a { background-color: #2690D2; }
a { background-color: rgb(38,144,210); }
div.DivClassName
{
background-color: #2690D2;
}
.BgClassName
{
background-color: #2690D2;
}
</style>
border-color css
<style>
span { border-color: #2690D2; }
span { border-color: rgb(38,144,210); }
td.TdClassName
{
border-color: #2690D2;
}
.TagClassName
{
border-color: #2690D2;
}
</style>