Shades of Curious Blue #267ED8
Tints of Curious Blue #267ED8
RGB
CMYK
RGB Variations
Color information
#267ED8 (or 0x267ED8) is known color: Curious Blue. HEX triplet: 26, 7E and D8. RGB value is (38,126,216). Sum of RGB (Red+Green+Blue) = 38+126+216=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #267ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ED8 is #D98127. Grayscale: #6D6D6D. Windows color (decimal): -14254376 or 14188070. OLE color: 14188070.
HSL color Cylindrical-coordinate representation of color #267ED8: hue angle of 210.34º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #267ED8 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 126 | 216 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.15 |
| HSL | 210.34º | 0.7% | 0.5% | - |
| HSV(B) | 210.34º | 0.82% | 0.85% | - |
| XYZ | 20.65 | 20.29 | 67.79 | - |
| YUV | 109.95 | 187.85 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 216 | 0.82 | 0.42 | 0 | 0.15 | 210.34 | 0.7 | 0.5 |
| Hex | 26 | 7E | D8 | 52 | 2A | 0 | F | D2 | 46 | 32 |
| Octal | 46 | 176 | 330 | 122 | 52 | 0 | 17 | 322 | 106 | 62 |
| Binary | 100110 | 1111110 | 11011000 | 1010010 | 101010 | 0 | 1111 | 11010010 | 1000110 | 110010 |
Color Harmonies of #267ED8
Complementary color
Monochromatic Colors of #267ED8
Black with #267ED8
Text Example
Text Example
White with #267ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267ED8; }
p { color: rgb(38,126,216); }
H1.HeaderClassName
{
color: #267ED8;
}
.AnyTagClassName
{
color: #267ED8;
}
</style>
background-color css
<style>
a { background-color: #267ED8; }
a { background-color: rgb(38,126,216); }
div.DivClassName
{
background-color: #267ED8;
}
.BgClassName
{
background-color: #267ED8;
}
</style>
border-color css
<style>
span { border-color: #267ED8; }
span { border-color: rgb(38,126,216); }
td.TdClassName
{
border-color: #267ED8;
}
.TagClassName
{
border-color: #267ED8;
}
</style>