Shades of Curious Blue #268FCE
Tints of Curious Blue #268FCE
RGB
CMYK
RGB Variations
Color information
#268FCE (or 0x268FCE) is known color: Curious Blue. HEX triplet: 26, 8F and CE. RGB value is (38,143,206). Sum of RGB (Red+Green+Blue) = 38+143+206=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #268FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268FCE is #D97031. Grayscale: #767676. Windows color (decimal): -14250034 or 13537062. OLE color: 13537062.
HSL color Cylindrical-coordinate representation of color #268FCE: hue angle of 202.5º 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 #268FCE is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 143 | 206 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.19 |
| HSL | 202.5º | 0.69% | 0.48% | - |
| HSV(B) | 202.5º | 0.82% | 0.81% | - |
| XYZ | 21.76 | 24.51 | 61.98 | - |
| YUV | 118.79 | 177.21 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 206 | 0.82 | 0.31 | 0 | 0.19 | 202.5 | 0.69 | 0.48 |
| Hex | 26 | 8F | CE | 52 | 1F | 0 | 13 | CA | 45 | 30 |
| Octal | 46 | 217 | 316 | 122 | 37 | 0 | 23 | 312 | 105 | 60 |
| Binary | 100110 | 10001111 | 11001110 | 1010010 | 11111 | 0 | 10011 | 11001010 | 1000101 | 110000 |
Color Harmonies of #268FCE
Complementary color
Monochromatic Colors of #268FCE
Black with #268FCE
Text Example
Text Example
White with #268FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FCE; }
p { color: rgb(38,143,206); }
H1.HeaderClassName
{
color: #268FCE;
}
.AnyTagClassName
{
color: #268FCE;
}
</style>
background-color css
<style>
a { background-color: #268FCE; }
a { background-color: rgb(38,143,206); }
div.DivClassName
{
background-color: #268FCE;
}
.BgClassName
{
background-color: #268FCE;
}
</style>
border-color css
<style>
span { border-color: #268FCE; }
span { border-color: rgb(38,143,206); }
td.TdClassName
{
border-color: #268FCE;
}
.TagClassName
{
border-color: #268FCE;
}
</style>