Shades of Curious Blue #268BC5
Tints of Curious Blue #268BC5
RGB
CMYK
RGB Variations
Color information
#268BC5 (or 0x268BC5) is known color: Curious Blue. HEX triplet: 26, 8B and C5. RGB value is (38,139,197). Sum of RGB (Red+Green+Blue) = 38+139+197=374 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.16% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #268BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BC5 is #D9743A. Grayscale: #737373. Windows color (decimal): -14251067 or 12946214. OLE color: 12946214.
HSL color Cylindrical-coordinate representation of color #268BC5: hue angle of 201.89º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268BC5 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 139 | 197 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.23 |
| HSL | 201.89º | 0.68% | 0.46% | - |
| HSV(B) | 201.89º | 0.81% | 0.77% | - |
| XYZ | 20.11 | 22.91 | 56.19 | - |
| YUV | 115.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 197 | 0.81 | 0.29 | 0 | 0.23 | 201.89 | 0.68 | 0.46 |
| Hex | 26 | 8B | C5 | 51 | 1D | 0 | 17 | CA | 44 | 2E |
| Octal | 46 | 213 | 305 | 121 | 35 | 0 | 27 | 312 | 104 | 56 |
| Binary | 100110 | 10001011 | 11000101 | 1010001 | 11101 | 0 | 10111 | 11001010 | 1000100 | 101110 |
Color Harmonies of #268BC5
Complementary color
Monochromatic Colors of #268BC5
Black with #268BC5
Text Example
Text Example
White with #268BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BC5; }
p { color: rgb(38,139,197); }
H1.HeaderClassName
{
color: #268BC5;
}
.AnyTagClassName
{
color: #268BC5;
}
</style>
background-color css
<style>
a { background-color: #268BC5; }
a { background-color: rgb(38,139,197); }
div.DivClassName
{
background-color: #268BC5;
}
.BgClassName
{
background-color: #268BC5;
}
</style>
border-color css
<style>
span { border-color: #268BC5; }
span { border-color: rgb(38,139,197); }
td.TdClassName
{
border-color: #268BC5;
}
.TagClassName
{
border-color: #268BC5;
}
</style>