Shades of Dodger Blue #268EFB
Tints of Dodger Blue #268EFB
RGB
CMYK
RGB Variations
Color information
#268EFB (or 0x268EFB) is known color: Dodger Blue. HEX triplet: 26, 8E and FB. RGB value is (38,142,251). Sum of RGB (Red+Green+Blue) = 38+142+251=431 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.82% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #268EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268EFB is #D97104. Grayscale: #7A7A7A. Windows color (decimal): -14250245 or 16485926. OLE color: 16485926.
HSL color Cylindrical-coordinate representation of color #268EFB: hue angle of 210.7º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #268EFB is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 142 | 251 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.02 |
| HSL | 210.7º | 0.96% | 0.57% | - |
| HSV(B) | 210.7º | 0.85% | 0.98% | - |
| XYZ | 27.88 | 26.72 | 94.96 | - |
| YUV | 123.33 | 200.04 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 251 | 0.85 | 0.43 | 0 | 0.02 | 210.7 | 0.96 | 0.57 |
| Hex | 26 | 8E | FB | 55 | 2B | 0 | 2 | D3 | 60 | 39 |
| Octal | 46 | 216 | 373 | 125 | 53 | 0 | 2 | 323 | 140 | 71 |
| Binary | 100110 | 10001110 | 11111011 | 1010101 | 101011 | 0 | 10 | 11010011 | 1100000 | 111001 |
Color Harmonies of #268EFB
Complementary color
Monochromatic Colors of #268EFB
Black with #268EFB
Text Example
Text Example
White with #268EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EFB; }
p { color: rgb(38,142,251); }
H1.HeaderClassName
{
color: #268EFB;
}
.AnyTagClassName
{
color: #268EFB;
}
</style>
background-color css
<style>
a { background-color: #268EFB; }
a { background-color: rgb(38,142,251); }
div.DivClassName
{
background-color: #268EFB;
}
.BgClassName
{
background-color: #268EFB;
}
</style>
border-color css
<style>
span { border-color: #268EFB; }
span { border-color: rgb(38,142,251); }
td.TdClassName
{
border-color: #268EFB;
}
.TagClassName
{
border-color: #268EFB;
}
</style>