Shades of Curious Blue #267BCF
Tints of Curious Blue #267BCF
RGB
CMYK
RGB Variations
Color information
#267BCF (or 0x267BCF) is known color: Curious Blue. HEX triplet: 26, 7B and CF. RGB value is (38,123,207). Sum of RGB (Red+Green+Blue) = 38+123+207=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #267BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BCF is #D98430. Grayscale: #6A6A6A. Windows color (decimal): -14255153 or 13597478. OLE color: 13597478.
HSL color Cylindrical-coordinate representation of color #267BCF: hue angle of 209.82º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #267BCF is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 123 | 207 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.19 |
| HSL | 209.82º | 0.69% | 0.48% | - |
| HSV(B) | 209.82º | 0.82% | 0.81% | - |
| XYZ | 19.14 | 19.08 | 61.71 | - |
| YUV | 107.16 | 184.34 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 207 | 0.82 | 0.41 | 0 | 0.19 | 209.82 | 0.69 | 0.48 |
| Hex | 26 | 7B | CF | 52 | 29 | 0 | 13 | D2 | 45 | 30 |
| Octal | 46 | 173 | 317 | 122 | 51 | 0 | 23 | 322 | 105 | 60 |
| Binary | 100110 | 1111011 | 11001111 | 1010010 | 101001 | 0 | 10011 | 11010010 | 1000101 | 110000 |
Color Harmonies of #267BCF
Complementary color
Monochromatic Colors of #267BCF
Black with #267BCF
Text Example
Text Example
White with #267BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BCF; }
p { color: rgb(38,123,207); }
H1.HeaderClassName
{
color: #267BCF;
}
.AnyTagClassName
{
color: #267BCF;
}
</style>
background-color css
<style>
a { background-color: #267BCF; }
a { background-color: rgb(38,123,207); }
div.DivClassName
{
background-color: #267BCF;
}
.BgClassName
{
background-color: #267BCF;
}
</style>
border-color css
<style>
span { border-color: #267BCF; }
span { border-color: rgb(38,123,207); }
td.TdClassName
{
border-color: #267BCF;
}
.TagClassName
{
border-color: #267BCF;
}
</style>