Shades of Curious Blue #268ED2
Tints of Curious Blue #268ED2
RGB
CMYK
RGB Variations
Color information
#268ED2 (or 0x268ED2) is known color: Curious Blue. HEX triplet: 26, 8E and D2. RGB value is (38,142,210). Sum of RGB (Red+Green+Blue) = 38+142+210=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #268ED2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ED2 is #D9712D. Grayscale: #767676. Windows color (decimal): -14250286 or 13798950. OLE color: 13798950.
HSL color Cylindrical-coordinate representation of color #268ED2: hue angle of 203.72º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268ED2 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 142 | 210 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.18 |
| HSL | 203.72º | 0.69% | 0.49% | - |
| HSV(B) | 203.72º | 0.82% | 0.82% | - |
| XYZ | 22.11 | 24.41 | 64.52 | - |
| YUV | 118.66 | 179.54 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 210 | 0.82 | 0.32 | 0 | 0.18 | 203.72 | 0.69 | 0.49 |
| Hex | 26 | 8E | D2 | 52 | 20 | 0 | 12 | CC | 45 | 31 |
| Octal | 46 | 216 | 322 | 122 | 40 | 0 | 22 | 314 | 105 | 61 |
| Binary | 100110 | 10001110 | 11010010 | 1010010 | 100000 | 0 | 10010 | 11001100 | 1000101 | 110001 |
Color Harmonies of #268ED2
Complementary color
Monochromatic Colors of #268ED2
Black with #268ED2
Text Example
Text Example
White with #268ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268ED2; }
p { color: rgb(38,142,210); }
H1.HeaderClassName
{
color: #268ED2;
}
.AnyTagClassName
{
color: #268ED2;
}
</style>
background-color css
<style>
a { background-color: #268ED2; }
a { background-color: rgb(38,142,210); }
div.DivClassName
{
background-color: #268ED2;
}
.BgClassName
{
background-color: #268ED2;
}
</style>
border-color css
<style>
span { border-color: #268ED2; }
span { border-color: rgb(38,142,210); }
td.TdClassName
{
border-color: #268ED2;
}
.TagClassName
{
border-color: #268ED2;
}
</style>