Shades of Curious Blue #268CCB
Tints of Curious Blue #268CCB
RGB
CMYK
RGB Variations
Color information
#268CCB (or 0x268CCB) is known color: Curious Blue. HEX triplet: 26, 8C and CB. RGB value is (38,140,203). Sum of RGB (Red+Green+Blue) = 38+140+203=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #268CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CCB is #D97334. Grayscale: #747474. Windows color (decimal): -14250805 or 13339686. OLE color: 13339686.
HSL color Cylindrical-coordinate representation of color #268CCB: hue angle of 202.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268CCB is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 140 | 203 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.20 |
| HSL | 202.91º | 0.68% | 0.47% | - |
| HSV(B) | 202.91º | 0.81% | 0.8% | - |
| XYZ | 20.96 | 23.48 | 59.93 | - |
| YUV | 116.68 | 176.71 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 203 | 0.81 | 0.31 | 0 | 0.20 | 202.91 | 0.68 | 0.47 |
| Hex | 26 | 8C | CB | 51 | 1F | 0 | 14 | CB | 44 | 2F |
| Octal | 46 | 214 | 313 | 121 | 37 | 0 | 24 | 313 | 104 | 57 |
| Binary | 100110 | 10001100 | 11001011 | 1010001 | 11111 | 0 | 10100 | 11001011 | 1000100 | 101111 |
Color Harmonies of #268CCB
Complementary color
Monochromatic Colors of #268CCB
Black with #268CCB
Text Example
Text Example
White with #268CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CCB; }
p { color: rgb(38,140,203); }
H1.HeaderClassName
{
color: #268CCB;
}
.AnyTagClassName
{
color: #268CCB;
}
</style>
background-color css
<style>
a { background-color: #268CCB; }
a { background-color: rgb(38,140,203); }
div.DivClassName
{
background-color: #268CCB;
}
.BgClassName
{
background-color: #268CCB;
}
</style>
border-color css
<style>
span { border-color: #268CCB; }
span { border-color: rgb(38,140,203); }
td.TdClassName
{
border-color: #268CCB;
}
.TagClassName
{
border-color: #268CCB;
}
</style>