Shades of Curious Blue #268CC6
Tints of Curious Blue #268CC6
RGB
CMYK
RGB Variations
Color information
#268CC6 (or 0x268CC6) is known color: Curious Blue. HEX triplet: 26, 8C and C6. RGB value is (38,140,198). Sum of RGB (Red+Green+Blue) = 38+140+198=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #268CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CC6 is #D97339. Grayscale: #737373. Windows color (decimal): -14250810 or 13012006. OLE color: 13012006.
HSL color Cylindrical-coordinate representation of color #268CC6: hue angle of 201.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268CC6 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 140 | 198 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.22 |
| HSL | 201.75º | 0.68% | 0.46% | - |
| HSV(B) | 201.75º | 0.81% | 0.78% | - |
| XYZ | 20.37 | 23.25 | 56.84 | - |
| YUV | 116.11 | 174.21 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 198 | 0.81 | 0.29 | 0 | 0.22 | 201.75 | 0.68 | 0.46 |
| Hex | 26 | 8C | C6 | 51 | 1D | 0 | 16 | CA | 44 | 2E |
| Octal | 46 | 214 | 306 | 121 | 35 | 0 | 26 | 312 | 104 | 56 |
| Binary | 100110 | 10001100 | 11000110 | 1010001 | 11101 | 0 | 10110 | 11001010 | 1000100 | 101110 |
Color Harmonies of #268CC6
Complementary color
Monochromatic Colors of #268CC6
Black with #268CC6
Text Example
Text Example
White with #268CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CC6; }
p { color: rgb(38,140,198); }
H1.HeaderClassName
{
color: #268CC6;
}
.AnyTagClassName
{
color: #268CC6;
}
</style>
background-color css
<style>
a { background-color: #268CC6; }
a { background-color: rgb(38,140,198); }
div.DivClassName
{
background-color: #268CC6;
}
.BgClassName
{
background-color: #268CC6;
}
</style>
border-color css
<style>
span { border-color: #268CC6; }
span { border-color: rgb(38,140,198); }
td.TdClassName
{
border-color: #268CC6;
}
.TagClassName
{
border-color: #268CC6;
}
</style>