Shades of Curious Blue #268FD4
Tints of Curious Blue #268FD4
RGB
CMYK
RGB Variations
Color information
#268FD4 (or 0x268FD4) is known color: Curious Blue. HEX triplet: 26, 8F and D4. RGB value is (38,143,212). Sum of RGB (Red+Green+Blue) = 38+143+212=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 212 (83.20% from 255 or 53.94% from 393); Max value from RGB is 212 - color contains mainly: blue. Hex color #268FD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268FD4 is #D9702B. Grayscale: #777777. Windows color (decimal): -14250028 or 13930278. OLE color: 13930278.
HSL color Cylindrical-coordinate representation of color #268FD4: hue angle of 203.79º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268FD4 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 143 | 212 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.17 |
| HSL | 203.79º | 0.7% | 0.49% | - |
| HSV(B) | 203.79º | 0.82% | 0.83% | - |
| XYZ | 22.51 | 24.81 | 65.89 | - |
| YUV | 119.47 | 180.21 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 212 | 0.82 | 0.33 | 0 | 0.17 | 203.79 | 0.7 | 0.49 |
| Hex | 26 | 8F | D4 | 52 | 21 | 0 | 11 | CC | 46 | 31 |
| Octal | 46 | 217 | 324 | 122 | 41 | 0 | 21 | 314 | 106 | 61 |
| Binary | 100110 | 10001111 | 11010100 | 1010010 | 100001 | 0 | 10001 | 11001100 | 1000110 | 110001 |
Color Harmonies of #268FD4
Complementary color
Monochromatic Colors of #268FD4
Black with #268FD4
Text Example
Text Example
White with #268FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FD4; }
p { color: rgb(38,143,212); }
H1.HeaderClassName
{
color: #268FD4;
}
.AnyTagClassName
{
color: #268FD4;
}
</style>
background-color css
<style>
a { background-color: #268FD4; }
a { background-color: rgb(38,143,212); }
div.DivClassName
{
background-color: #268FD4;
}
.BgClassName
{
background-color: #268FD4;
}
</style>
border-color css
<style>
span { border-color: #268FD4; }
span { border-color: rgb(38,143,212); }
td.TdClassName
{
border-color: #268FD4;
}
.TagClassName
{
border-color: #268FD4;
}
</style>