Shades of Curious Blue #268ECE
Tints of Curious Blue #268ECE
RGB
CMYK
RGB Variations
Color information
#268ECE (or 0x268ECE) is known color: Curious Blue. HEX triplet: 26, 8E and CE. RGB value is (38,142,206). Sum of RGB (Red+Green+Blue) = 38+142+206=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #268ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ECE is #D97131. Grayscale: #757575. Windows color (decimal): -14250290 or 13536806. OLE color: 13536806.
HSL color Cylindrical-coordinate representation of color #268ECE: hue angle of 202.86º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268ECE is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 142 | 206 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.19 |
| HSL | 202.86º | 0.69% | 0.48% | - |
| HSV(B) | 202.86º | 0.82% | 0.81% | - |
| XYZ | 21.61 | 24.21 | 61.93 | - |
| YUV | 118.2 | 177.54 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 206 | 0.82 | 0.31 | 0 | 0.19 | 202.86 | 0.69 | 0.48 |
| Hex | 26 | 8E | CE | 52 | 1F | 0 | 13 | CB | 45 | 30 |
| Octal | 46 | 216 | 316 | 122 | 37 | 0 | 23 | 313 | 105 | 60 |
| Binary | 100110 | 10001110 | 11001110 | 1010010 | 11111 | 0 | 10011 | 11001011 | 1000101 | 110000 |
Color Harmonies of #268ECE
Complementary color
Monochromatic Colors of #268ECE
Black with #268ECE
Text Example
Text Example
White with #268ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268ECE; }
p { color: rgb(38,142,206); }
H1.HeaderClassName
{
color: #268ECE;
}
.AnyTagClassName
{
color: #268ECE;
}
</style>
background-color css
<style>
a { background-color: #268ECE; }
a { background-color: rgb(38,142,206); }
div.DivClassName
{
background-color: #268ECE;
}
.BgClassName
{
background-color: #268ECE;
}
</style>
border-color css
<style>
span { border-color: #268ECE; }
span { border-color: rgb(38,142,206); }
td.TdClassName
{
border-color: #268ECE;
}
.TagClassName
{
border-color: #268ECE;
}
</style>