Shades of Curious Blue #268ED7
Tints of Curious Blue #268ED7
RGB
CMYK
RGB Variations
Color information
#268ED7 (or 0x268ED7) is known color: Curious Blue. HEX triplet: 26, 8E and D7. RGB value is (38,142,215). Sum of RGB (Red+Green+Blue) = 38+142+215=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #268ED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ED7 is #D97128. Grayscale: #767676. Windows color (decimal): -14250281 or 14126630. OLE color: 14126630.
HSL color Cylindrical-coordinate representation of color #268ED7: hue angle of 204.75º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268ED7 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 142 | 215 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.16 |
| HSL | 204.75º | 0.7% | 0.5% | - |
| HSV(B) | 204.75º | 0.82% | 0.84% | - |
| XYZ | 22.74 | 24.66 | 67.85 | - |
| YUV | 119.23 | 182.04 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 215 | 0.82 | 0.34 | 0 | 0.16 | 204.75 | 0.7 | 0.5 |
| Hex | 26 | 8E | D7 | 52 | 22 | 0 | 10 | CD | 46 | 32 |
| Octal | 46 | 216 | 327 | 122 | 42 | 0 | 20 | 315 | 106 | 62 |
| Binary | 100110 | 10001110 | 11010111 | 1010010 | 100010 | 0 | 10000 | 11001101 | 1000110 | 110010 |
Color Harmonies of #268ED7
Complementary color
Monochromatic Colors of #268ED7
Black with #268ED7
Text Example
Text Example
White with #268ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268ED7; }
p { color: rgb(38,142,215); }
H1.HeaderClassName
{
color: #268ED7;
}
.AnyTagClassName
{
color: #268ED7;
}
</style>
background-color css
<style>
a { background-color: #268ED7; }
a { background-color: rgb(38,142,215); }
div.DivClassName
{
background-color: #268ED7;
}
.BgClassName
{
background-color: #268ED7;
}
</style>
border-color css
<style>
span { border-color: #268ED7; }
span { border-color: rgb(38,142,215); }
td.TdClassName
{
border-color: #268ED7;
}
.TagClassName
{
border-color: #268ED7;
}
</style>