Shades of Curious Blue #268DC8
Tints of Curious Blue #268DC8
RGB
CMYK
RGB Variations
Color information
#268DC8 (or 0x268DC8) is known color: Curious Blue. HEX triplet: 26, 8D and C8. RGB value is (38,141,200). Sum of RGB (Red+Green+Blue) = 38+141+200=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #268DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268DC8 is #D97237. Grayscale: #747474. Windows color (decimal): -14250552 or 13143334. OLE color: 13143334.
HSL color Cylindrical-coordinate representation of color #268DC8: hue angle of 201.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268DC8 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 141 | 200 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.22 |
| HSL | 201.85º | 0.68% | 0.47% | - |
| HSV(B) | 201.85º | 0.81% | 0.78% | - |
| XYZ | 20.75 | 23.63 | 58.11 | - |
| YUV | 116.93 | 174.88 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 200 | 0.81 | 0.29 | 0 | 0.22 | 201.85 | 0.68 | 0.47 |
| Hex | 26 | 8D | C8 | 51 | 1D | 0 | 16 | CA | 44 | 2F |
| Octal | 46 | 215 | 310 | 121 | 35 | 0 | 26 | 312 | 104 | 57 |
| Binary | 100110 | 10001101 | 11001000 | 1010001 | 11101 | 0 | 10110 | 11001010 | 1000100 | 101111 |
Color Harmonies of #268DC8
Complementary color
Monochromatic Colors of #268DC8
Black with #268DC8
Text Example
Text Example
White with #268DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268DC8; }
p { color: rgb(38,141,200); }
H1.HeaderClassName
{
color: #268DC8;
}
.AnyTagClassName
{
color: #268DC8;
}
</style>
background-color css
<style>
a { background-color: #268DC8; }
a { background-color: rgb(38,141,200); }
div.DivClassName
{
background-color: #268DC8;
}
.BgClassName
{
background-color: #268DC8;
}
</style>
border-color css
<style>
span { border-color: #268DC8; }
span { border-color: rgb(38,141,200); }
td.TdClassName
{
border-color: #268DC8;
}
.TagClassName
{
border-color: #268DC8;
}
</style>