Shades of Dodger Blue #268EF3
Tints of Dodger Blue #268EF3
RGB
CMYK
RGB Variations
Color information
#268EF3 (or 0x268EF3) is known color: Dodger Blue. HEX triplet: 26, 8E and F3. RGB value is (38,142,243). Sum of RGB (Red+Green+Blue) = 38+142+243=423 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.98% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #268EF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268EF3 is #D9710C. Grayscale: #797979. Windows color (decimal): -14250253 or 15961638. OLE color: 15961638.
HSL color Cylindrical-coordinate representation of color #268EF3: hue angle of 209.56º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268EF3 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 142 | 243 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.05 |
| HSL | 209.56º | 0.9% | 0.55% | - |
| HSV(B) | 209.56º | 0.84% | 0.95% | - |
| XYZ | 26.65 | 26.23 | 88.45 | - |
| YUV | 122.42 | 196.04 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 243 | 0.84 | 0.42 | 0 | 0.05 | 209.56 | 0.9 | 0.55 |
| Hex | 26 | 8E | F3 | 54 | 2A | 0 | 5 | D2 | 5A | 37 |
| Octal | 46 | 216 | 363 | 124 | 52 | 0 | 5 | 322 | 132 | 67 |
| Binary | 100110 | 10001110 | 11110011 | 1010100 | 101010 | 0 | 101 | 11010010 | 1011010 | 110111 |
Color Harmonies of #268EF3
Complementary color
Monochromatic Colors of #268EF3
Black with #268EF3
Text Example
Text Example
White with #268EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EF3; }
p { color: rgb(38,142,243); }
H1.HeaderClassName
{
color: #268EF3;
}
.AnyTagClassName
{
color: #268EF3;
}
</style>
background-color css
<style>
a { background-color: #268EF3; }
a { background-color: rgb(38,142,243); }
div.DivClassName
{
background-color: #268EF3;
}
.BgClassName
{
background-color: #268EF3;
}
</style>
border-color css
<style>
span { border-color: #268EF3; }
span { border-color: rgb(38,142,243); }
td.TdClassName
{
border-color: #268EF3;
}
.TagClassName
{
border-color: #268EF3;
}
</style>