Shades of Curious Blue #267EC8
Tints of Curious Blue #267EC8
RGB
CMYK
RGB Variations
Color information
#267EC8 (or 0x267EC8) is known color: Curious Blue. HEX triplet: 26, 7E and C8. RGB value is (38,126,200). Sum of RGB (Red+Green+Blue) = 38+126+200=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #267EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EC8 is #D98137. Grayscale: #6B6B6B. Windows color (decimal): -14254392 or 13139494. OLE color: 13139494.
HSL color Cylindrical-coordinate representation of color #267EC8: hue angle of 207.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267EC8 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 126 | 200 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.22 |
| HSL | 207.41º | 0.68% | 0.47% | - |
| HSV(B) | 207.41º | 0.81% | 0.78% | - |
| XYZ | 18.69 | 19.5 | 57.42 | - |
| YUV | 108.12 | 179.85 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 200 | 0.81 | 0.37 | 0 | 0.22 | 207.41 | 0.68 | 0.47 |
| Hex | 26 | 7E | C8 | 51 | 25 | 0 | 16 | CF | 44 | 2F |
| Octal | 46 | 176 | 310 | 121 | 45 | 0 | 26 | 317 | 104 | 57 |
| Binary | 100110 | 1111110 | 11001000 | 1010001 | 100101 | 0 | 10110 | 11001111 | 1000100 | 101111 |
Color Harmonies of #267EC8
Complementary color
Monochromatic Colors of #267EC8
Black with #267EC8
Text Example
Text Example
White with #267EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267EC8; }
p { color: rgb(38,126,200); }
H1.HeaderClassName
{
color: #267EC8;
}
.AnyTagClassName
{
color: #267EC8;
}
</style>
background-color css
<style>
a { background-color: #267EC8; }
a { background-color: rgb(38,126,200); }
div.DivClassName
{
background-color: #267EC8;
}
.BgClassName
{
background-color: #267EC8;
}
</style>
border-color css
<style>
span { border-color: #267EC8; }
span { border-color: rgb(38,126,200); }
td.TdClassName
{
border-color: #267EC8;
}
.TagClassName
{
border-color: #267EC8;
}
</style>