Shades of Curious Blue #268ED6
Tints of Curious Blue #268ED6
RGB
CMYK
RGB Variations
Color information
#268ED6 (or 0x268ED6) is known color: Curious Blue. HEX triplet: 26, 8E and D6. RGB value is (38,142,214). Sum of RGB (Red+Green+Blue) = 38+142+214=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #268ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ED6 is #D97129. Grayscale: #767676. Windows color (decimal): -14250282 or 14061094. OLE color: 14061094.
HSL color Cylindrical-coordinate representation of color #268ED6: hue angle of 204.55º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268ED6 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 142 | 214 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.16 |
| HSL | 204.55º | 0.7% | 0.49% | - |
| HSV(B) | 204.55º | 0.82% | 0.84% | - |
| XYZ | 22.61 | 24.61 | 67.18 | - |
| YUV | 119.11 | 181.54 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 214 | 0.82 | 0.34 | 0 | 0.16 | 204.55 | 0.7 | 0.49 |
| Hex | 26 | 8E | D6 | 52 | 22 | 0 | 10 | CD | 46 | 31 |
| Octal | 46 | 216 | 326 | 122 | 42 | 0 | 20 | 315 | 106 | 61 |
| Binary | 100110 | 10001110 | 11010110 | 1010010 | 100010 | 0 | 10000 | 11001101 | 1000110 | 110001 |
Color Harmonies of #268ED6
Complementary color
Monochromatic Colors of #268ED6
Black with #268ED6
Text Example
Text Example
White with #268ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268ED6; }
p { color: rgb(38,142,214); }
H1.HeaderClassName
{
color: #268ED6;
}
.AnyTagClassName
{
color: #268ED6;
}
</style>
background-color css
<style>
a { background-color: #268ED6; }
a { background-color: rgb(38,142,214); }
div.DivClassName
{
background-color: #268ED6;
}
.BgClassName
{
background-color: #268ED6;
}
</style>
border-color css
<style>
span { border-color: #268ED6; }
span { border-color: rgb(38,142,214); }
td.TdClassName
{
border-color: #268ED6;
}
.TagClassName
{
border-color: #268ED6;
}
</style>