Shades of Curious Blue #268ECB
Tints of Curious Blue #268ECB
RGB
CMYK
RGB Variations
Color information
#268ECB (or 0x268ECB) is known color: Curious Blue. HEX triplet: 26, 8E and CB. RGB value is (38,142,203). Sum of RGB (Red+Green+Blue) = 38+142+203=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #268ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ECB is #D97134. Grayscale: #757575. Windows color (decimal): -14250293 or 13340198. OLE color: 13340198.
HSL color Cylindrical-coordinate representation of color #268ECB: hue angle of 202.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268ECB is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 142 | 203 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.20 |
| HSL | 202.18º | 0.68% | 0.47% | - |
| HSV(B) | 202.18º | 0.81% | 0.8% | - |
| XYZ | 21.25 | 24.07 | 60.03 | - |
| YUV | 117.86 | 176.04 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 203 | 0.81 | 0.30 | 0 | 0.20 | 202.18 | 0.68 | 0.47 |
| Hex | 26 | 8E | CB | 51 | 1E | 0 | 14 | CA | 44 | 2F |
| Octal | 46 | 216 | 313 | 121 | 36 | 0 | 24 | 312 | 104 | 57 |
| Binary | 100110 | 10001110 | 11001011 | 1010001 | 11110 | 0 | 10100 | 11001010 | 1000100 | 101111 |
Color Harmonies of #268ECB
Complementary color
Monochromatic Colors of #268ECB
Black with #268ECB
Text Example
Text Example
White with #268ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268ECB; }
p { color: rgb(38,142,203); }
H1.HeaderClassName
{
color: #268ECB;
}
.AnyTagClassName
{
color: #268ECB;
}
</style>
background-color css
<style>
a { background-color: #268ECB; }
a { background-color: rgb(38,142,203); }
div.DivClassName
{
background-color: #268ECB;
}
.BgClassName
{
background-color: #268ECB;
}
</style>
border-color css
<style>
span { border-color: #268ECB; }
span { border-color: rgb(38,142,203); }
td.TdClassName
{
border-color: #268ECB;
}
.TagClassName
{
border-color: #268ECB;
}
</style>