Shades of Curious Blue #268DCF
Tints of Curious Blue #268DCF
RGB
CMYK
RGB Variations
Color information
#268DCF (or 0x268DCF) is known color: Curious Blue. HEX triplet: 26, 8D and CF. RGB value is (38,141,207). Sum of RGB (Red+Green+Blue) = 38+141+207=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #268DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268DCF is #D97230. Grayscale: #757575. Windows color (decimal): -14250545 or 13602086. OLE color: 13602086.
HSL color Cylindrical-coordinate representation of color #268DCF: hue angle of 203.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 #268DCF is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 141 | 207 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.19 |
| HSL | 203.43º | 0.69% | 0.48% | - |
| HSV(B) | 203.43º | 0.82% | 0.81% | - |
| XYZ | 21.59 | 23.97 | 62.52 | - |
| YUV | 117.73 | 178.38 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 207 | 0.82 | 0.32 | 0 | 0.19 | 203.43 | 0.69 | 0.48 |
| Hex | 26 | 8D | CF | 52 | 20 | 0 | 13 | CB | 45 | 30 |
| Octal | 46 | 215 | 317 | 122 | 40 | 0 | 23 | 313 | 105 | 60 |
| Binary | 100110 | 10001101 | 11001111 | 1010010 | 100000 | 0 | 10011 | 11001011 | 1000101 | 110000 |
Color Harmonies of #268DCF
Complementary color
Monochromatic Colors of #268DCF
Black with #268DCF
Text Example
Text Example
White with #268DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268DCF; }
p { color: rgb(38,141,207); }
H1.HeaderClassName
{
color: #268DCF;
}
.AnyTagClassName
{
color: #268DCF;
}
</style>
background-color css
<style>
a { background-color: #268DCF; }
a { background-color: rgb(38,141,207); }
div.DivClassName
{
background-color: #268DCF;
}
.BgClassName
{
background-color: #268DCF;
}
</style>
border-color css
<style>
span { border-color: #268DCF; }
span { border-color: rgb(38,141,207); }
td.TdClassName
{
border-color: #268DCF;
}
.TagClassName
{
border-color: #268DCF;
}
</style>