Shades of Curious Blue #268ECF
Tints of Curious Blue #268ECF
RGB
CMYK
RGB Variations
Color information
#268ECF (or 0x268ECF) is known color: Curious Blue. HEX triplet: 26, 8E and CF. RGB value is (38,142,207). Sum of RGB (Red+Green+Blue) = 38+142+207=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #268ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ECF is #D97130. Grayscale: #757575. Windows color (decimal): -14250289 or 13602342. OLE color: 13602342.
HSL color Cylindrical-coordinate representation of color #268ECF: hue angle of 203.08º 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 #268ECF is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 142 | 207 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.19 |
| HSL | 203.08º | 0.69% | 0.48% | - |
| HSV(B) | 203.08º | 0.82% | 0.81% | - |
| XYZ | 21.73 | 24.26 | 62.57 | - |
| YUV | 118.31 | 178.04 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 207 | 0.82 | 0.31 | 0 | 0.19 | 203.08 | 0.69 | 0.48 |
| Hex | 26 | 8E | CF | 52 | 1F | 0 | 13 | CB | 45 | 30 |
| Octal | 46 | 216 | 317 | 122 | 37 | 0 | 23 | 313 | 105 | 60 |
| Binary | 100110 | 10001110 | 11001111 | 1010010 | 11111 | 0 | 10011 | 11001011 | 1000101 | 110000 |
Color Harmonies of #268ECF
Complementary color
Monochromatic Colors of #268ECF
Black with #268ECF
Text Example
Text Example
White with #268ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268ECF; }
p { color: rgb(38,142,207); }
H1.HeaderClassName
{
color: #268ECF;
}
.AnyTagClassName
{
color: #268ECF;
}
</style>
background-color css
<style>
a { background-color: #268ECF; }
a { background-color: rgb(38,142,207); }
div.DivClassName
{
background-color: #268ECF;
}
.BgClassName
{
background-color: #268ECF;
}
</style>
border-color css
<style>
span { border-color: #268ECF; }
span { border-color: rgb(38,142,207); }
td.TdClassName
{
border-color: #268ECF;
}
.TagClassName
{
border-color: #268ECF;
}
</style>