Shades of Dodger Blue #268BFD
Tints of Dodger Blue #268BFD
RGB
CMYK
RGB Variations
Color information
#268BFD (or 0x268BFD) is known color: Dodger Blue. HEX triplet: 26, 8B and FD. RGB value is (38,139,253). Sum of RGB (Red+Green+Blue) = 38+139+253=430 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.84% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #268BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268BFD is #D97402. Grayscale: #797979. Windows color (decimal): -14251011 or 16616230. OLE color: 16616230.
HSL color Cylindrical-coordinate representation of color #268BFD: hue angle of 211.81º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #268BFD is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 139 | 253 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.01 |
| HSL | 211.81º | 0.98% | 0.57% | - |
| HSV(B) | 211.81º | 0.85% | 0.99% | - |
| XYZ | 27.76 | 25.97 | 96.48 | - |
| YUV | 121.8 | 202.04 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 253 | 0.85 | 0.45 | 0 | 0.01 | 211.81 | 0.98 | 0.57 |
| Hex | 26 | 8B | FD | 55 | 2D | 0 | 1 | D4 | 62 | 39 |
| Octal | 46 | 213 | 375 | 125 | 55 | 0 | 1 | 324 | 142 | 71 |
| Binary | 100110 | 10001011 | 11111101 | 1010101 | 101101 | 0 | 1 | 11010100 | 1100010 | 111001 |
Color Harmonies of #268BFD
Complementary color
Monochromatic Colors of #268BFD
Black with #268BFD
Text Example
Text Example
White with #268BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BFD; }
p { color: rgb(38,139,253); }
H1.HeaderClassName
{
color: #268BFD;
}
.AnyTagClassName
{
color: #268BFD;
}
</style>
background-color css
<style>
a { background-color: #268BFD; }
a { background-color: rgb(38,139,253); }
div.DivClassName
{
background-color: #268BFD;
}
.BgClassName
{
background-color: #268BFD;
}
</style>
border-color css
<style>
span { border-color: #268BFD; }
span { border-color: rgb(38,139,253); }
td.TdClassName
{
border-color: #268BFD;
}
.TagClassName
{
border-color: #268BFD;
}
</style>