Shades of Curious Blue #268DC9
Tints of Curious Blue #268DC9
RGB
CMYK
RGB Variations
Color information
#268DC9 (or 0x268DC9) is known color: Curious Blue. HEX triplet: 26, 8D and C9. RGB value is (38,141,201). Sum of RGB (Red+Green+Blue) = 38+141+201=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #268DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268DC9 is #D97236. Grayscale: #747474. Windows color (decimal): -14250551 or 13208870. OLE color: 13208870.
HSL color Cylindrical-coordinate representation of color #268DC9: hue angle of 202.09º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268DC9 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 141 | 201 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.21 |
| HSL | 202.09º | 0.68% | 0.47% | - |
| HSV(B) | 202.09º | 0.81% | 0.79% | - |
| XYZ | 20.87 | 23.68 | 58.73 | - |
| YUV | 117.04 | 175.38 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 201 | 0.81 | 0.30 | 0 | 0.21 | 202.09 | 0.68 | 0.47 |
| Hex | 26 | 8D | C9 | 51 | 1E | 0 | 15 | CA | 44 | 2F |
| Octal | 46 | 215 | 311 | 121 | 36 | 0 | 25 | 312 | 104 | 57 |
| Binary | 100110 | 10001101 | 11001001 | 1010001 | 11110 | 0 | 10101 | 11001010 | 1000100 | 101111 |
Color Harmonies of #268DC9
Complementary color
Monochromatic Colors of #268DC9
Black with #268DC9
Text Example
Text Example
White with #268DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268DC9; }
p { color: rgb(38,141,201); }
H1.HeaderClassName
{
color: #268DC9;
}
.AnyTagClassName
{
color: #268DC9;
}
</style>
background-color css
<style>
a { background-color: #268DC9; }
a { background-color: rgb(38,141,201); }
div.DivClassName
{
background-color: #268DC9;
}
.BgClassName
{
background-color: #268DC9;
}
</style>
border-color css
<style>
span { border-color: #268DC9; }
span { border-color: rgb(38,141,201); }
td.TdClassName
{
border-color: #268DC9;
}
.TagClassName
{
border-color: #268DC9;
}
</style>