Shades of Curious Blue #268AD0
Tints of Curious Blue #268AD0
RGB
CMYK
RGB Variations
Color information
#268AD0 (or 0x268AD0) is known color: Curious Blue. HEX triplet: 26, 8A and D0. RGB value is (38,138,208). Sum of RGB (Red+Green+Blue) = 38+138+208=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #268AD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268AD0 is #D9752F. Grayscale: #737373. Windows color (decimal): -14251312 or 13666854. OLE color: 13666854.
HSL color Cylindrical-coordinate representation of color #268AD0: hue angle of 204.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268AD0 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 138 | 208 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.18 |
| HSL | 204.71º | 0.69% | 0.48% | - |
| HSV(B) | 204.71º | 0.82% | 0.82% | - |
| XYZ | 21.27 | 23.14 | 63.02 | - |
| YUV | 116.08 | 179.87 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 208 | 0.82 | 0.34 | 0 | 0.18 | 204.71 | 0.69 | 0.48 |
| Hex | 26 | 8A | D0 | 52 | 22 | 0 | 12 | CD | 45 | 30 |
| Octal | 46 | 212 | 320 | 122 | 42 | 0 | 22 | 315 | 105 | 60 |
| Binary | 100110 | 10001010 | 11010000 | 1010010 | 100010 | 0 | 10010 | 11001101 | 1000101 | 110000 |
Color Harmonies of #268AD0
Complementary color
Monochromatic Colors of #268AD0
Black with #268AD0
Text Example
Text Example
White with #268AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268AD0; }
p { color: rgb(38,138,208); }
H1.HeaderClassName
{
color: #268AD0;
}
.AnyTagClassName
{
color: #268AD0;
}
</style>
background-color css
<style>
a { background-color: #268AD0; }
a { background-color: rgb(38,138,208); }
div.DivClassName
{
background-color: #268AD0;
}
.BgClassName
{
background-color: #268AD0;
}
</style>
border-color css
<style>
span { border-color: #268AD0; }
span { border-color: rgb(38,138,208); }
td.TdClassName
{
border-color: #268AD0;
}
.TagClassName
{
border-color: #268AD0;
}
</style>