Shades of Curious Blue #268BD7
Tints of Curious Blue #268BD7
RGB
CMYK
RGB Variations
Color information
#268BD7 (or 0x268BD7) is known color: Curious Blue. HEX triplet: 26, 8B and D7. RGB value is (38,139,215). Sum of RGB (Red+Green+Blue) = 38+139+215=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 215 (84.38% from 255 or 54.85% from 392); Max value from RGB is 215 - color contains mainly: blue. Hex color #268BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BD7 is #D97428. Grayscale: #757575. Windows color (decimal): -14251049 or 14125862. OLE color: 14125862.
HSL color Cylindrical-coordinate representation of color #268BD7: hue angle of 205.76º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268BD7 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 139 | 215 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.16 |
| HSL | 205.76º | 0.7% | 0.5% | - |
| HSV(B) | 205.76º | 0.82% | 0.84% | - |
| XYZ | 22.3 | 23.78 | 67.71 | - |
| YUV | 117.47 | 183.04 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 215 | 0.82 | 0.35 | 0 | 0.16 | 205.76 | 0.7 | 0.5 |
| Hex | 26 | 8B | D7 | 52 | 23 | 0 | 10 | CE | 46 | 32 |
| Octal | 46 | 213 | 327 | 122 | 43 | 0 | 20 | 316 | 106 | 62 |
| Binary | 100110 | 10001011 | 11010111 | 1010010 | 100011 | 0 | 10000 | 11001110 | 1000110 | 110010 |
Color Harmonies of #268BD7
Complementary color
Monochromatic Colors of #268BD7
Black with #268BD7
Text Example
Text Example
White with #268BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BD7; }
p { color: rgb(38,139,215); }
H1.HeaderClassName
{
color: #268BD7;
}
.AnyTagClassName
{
color: #268BD7;
}
</style>
background-color css
<style>
a { background-color: #268BD7; }
a { background-color: rgb(38,139,215); }
div.DivClassName
{
background-color: #268BD7;
}
.BgClassName
{
background-color: #268BD7;
}
</style>
border-color css
<style>
span { border-color: #268BD7; }
span { border-color: rgb(38,139,215); }
td.TdClassName
{
border-color: #268BD7;
}
.TagClassName
{
border-color: #268BD7;
}
</style>