Shades of Curious Blue #267DC0
Tints of Curious Blue #267DC0
RGB
CMYK
RGB Variations
Color information
#267DC0 (or 0x267DC0) is known color: Curious Blue. HEX triplet: 26, 7D and C0. RGB value is (38,125,192). Sum of RGB (Red+Green+Blue) = 38+125+192=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #267DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DC0 is #D9823F. Grayscale: #6A6A6A. Windows color (decimal): -14254656 or 12614950. OLE color: 12614950.
HSL color Cylindrical-coordinate representation of color #267DC0: hue angle of 206.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267DC0 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 125 | 192 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.25 |
| HSL | 206.1º | 0.67% | 0.45% | - |
| HSV(B) | 206.1º | 0.8% | 0.75% | - |
| XYZ | 17.65 | 18.89 | 52.58 | - |
| YUV | 106.63 | 176.18 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 192 | 0.80 | 0.35 | 0 | 0.25 | 206.1 | 0.67 | 0.45 |
| Hex | 26 | 7D | C0 | 50 | 23 | 0 | 19 | CE | 43 | 2D |
| Octal | 46 | 175 | 300 | 120 | 43 | 0 | 31 | 316 | 103 | 55 |
| Binary | 100110 | 1111101 | 11000000 | 1010000 | 100011 | 0 | 11001 | 11001110 | 1000011 | 101101 |
Color Harmonies of #267DC0
Complementary color
Monochromatic Colors of #267DC0
Black with #267DC0
Text Example
Text Example
White with #267DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267DC0; }
p { color: rgb(38,125,192); }
H1.HeaderClassName
{
color: #267DC0;
}
.AnyTagClassName
{
color: #267DC0;
}
</style>
background-color css
<style>
a { background-color: #267DC0; }
a { background-color: rgb(38,125,192); }
div.DivClassName
{
background-color: #267DC0;
}
.BgClassName
{
background-color: #267DC0;
}
</style>
border-color css
<style>
span { border-color: #267DC0; }
span { border-color: rgb(38,125,192); }
td.TdClassName
{
border-color: #267DC0;
}
.TagClassName
{
border-color: #267DC0;
}
</style>