Shades of Curious Blue #268CCD
Tints of Curious Blue #268CCD
RGB
CMYK
RGB Variations
Color information
#268CCD (or 0x268CCD) is known color: Curious Blue. HEX triplet: 26, 8C and CD. RGB value is (38,140,205). Sum of RGB (Red+Green+Blue) = 38+140+205=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #268CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CCD is #D97332. Grayscale: #747474. Windows color (decimal): -14250803 or 13470758. OLE color: 13470758.
HSL color Cylindrical-coordinate representation of color #268CCD: hue angle of 203.35º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268CCD is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 140 | 205 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.20 |
| HSL | 203.35º | 0.69% | 0.48% | - |
| HSV(B) | 203.35º | 0.81% | 0.8% | - |
| XYZ | 21.2 | 23.58 | 61.19 | - |
| YUV | 116.91 | 177.71 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 205 | 0.81 | 0.32 | 0 | 0.20 | 203.35 | 0.69 | 0.48 |
| Hex | 26 | 8C | CD | 51 | 20 | 0 | 14 | CB | 45 | 30 |
| Octal | 46 | 214 | 315 | 121 | 40 | 0 | 24 | 313 | 105 | 60 |
| Binary | 100110 | 10001100 | 11001101 | 1010001 | 100000 | 0 | 10100 | 11001011 | 1000101 | 110000 |
Color Harmonies of #268CCD
Complementary color
Monochromatic Colors of #268CCD
Black with #268CCD
Text Example
Text Example
White with #268CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CCD; }
p { color: rgb(38,140,205); }
H1.HeaderClassName
{
color: #268CCD;
}
.AnyTagClassName
{
color: #268CCD;
}
</style>
background-color css
<style>
a { background-color: #268CCD; }
a { background-color: rgb(38,140,205); }
div.DivClassName
{
background-color: #268CCD;
}
.BgClassName
{
background-color: #268CCD;
}
</style>
border-color css
<style>
span { border-color: #268CCD; }
span { border-color: rgb(38,140,205); }
td.TdClassName
{
border-color: #268CCD;
}
.TagClassName
{
border-color: #268CCD;
}
</style>