Shades of Curious Blue #268AC1
Tints of Curious Blue #268AC1
RGB
CMYK
RGB Variations
Color information
#268AC1 (or 0x268AC1) is known color: Curious Blue. HEX triplet: 26, 8A and C1. RGB value is (38,138,193). Sum of RGB (Red+Green+Blue) = 38+138+193=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #268AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268AC1 is #D9753E. Grayscale: #727272. Windows color (decimal): -14251327 or 12683814. OLE color: 12683814.
HSL color Cylindrical-coordinate representation of color #268AC1: hue angle of 201.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268AC1 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 138 | 193 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.24 |
| HSL | 201.29º | 0.67% | 0.45% | - |
| HSV(B) | 201.29º | 0.8% | 0.76% | - |
| XYZ | 19.51 | 22.44 | 53.75 | - |
| YUV | 114.37 | 172.37 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 193 | 0.80 | 0.28 | 0 | 0.24 | 201.29 | 0.67 | 0.45 |
| Hex | 26 | 8A | C1 | 50 | 1C | 0 | 18 | C9 | 43 | 2D |
| Octal | 46 | 212 | 301 | 120 | 34 | 0 | 30 | 311 | 103 | 55 |
| Binary | 100110 | 10001010 | 11000001 | 1010000 | 11100 | 0 | 11000 | 11001001 | 1000011 | 101101 |
Color Harmonies of #268AC1
Complementary color
Monochromatic Colors of #268AC1
Black with #268AC1
Text Example
Text Example
White with #268AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268AC1; }
p { color: rgb(38,138,193); }
H1.HeaderClassName
{
color: #268AC1;
}
.AnyTagClassName
{
color: #268AC1;
}
</style>
background-color css
<style>
a { background-color: #268AC1; }
a { background-color: rgb(38,138,193); }
div.DivClassName
{
background-color: #268AC1;
}
.BgClassName
{
background-color: #268AC1;
}
</style>
border-color css
<style>
span { border-color: #268AC1; }
span { border-color: rgb(38,138,193); }
td.TdClassName
{
border-color: #268AC1;
}
.TagClassName
{
border-color: #268AC1;
}
</style>