Shades of Dodger Blue #267CFB
Tints of Dodger Blue #267CFB
RGB
CMYK
RGB Variations
Color information
#267CFB (or 0x267CFB) is known color: Dodger Blue. HEX triplet: 26, 7C and FB. RGB value is (38,124,251). Sum of RGB (Red+Green+Blue) = 38+124+251=413 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.20% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #267CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CFB is #D98304. Grayscale: #707070. Windows color (decimal): -14254853 or 16481318. OLE color: 16481318.
HSL color Cylindrical-coordinate representation of color #267CFB: hue angle of 215.77º 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 #267CFB is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 124 | 251 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.02 |
| HSL | 215.77º | 0.96% | 0.57% | - |
| HSV(B) | 215.77º | 0.85% | 0.98% | - |
| XYZ | 25.42 | 21.79 | 94.13 | - |
| YUV | 112.76 | 206.01 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 251 | 0.85 | 0.51 | 0 | 0.02 | 215.77 | 0.96 | 0.57 |
| Hex | 26 | 7C | FB | 55 | 33 | 0 | 2 | D8 | 60 | 39 |
| Octal | 46 | 174 | 373 | 125 | 63 | 0 | 2 | 330 | 140 | 71 |
| Binary | 100110 | 1111100 | 11111011 | 1010101 | 110011 | 0 | 10 | 11011000 | 1100000 | 111001 |
Color Harmonies of #267CFB
Complementary color
Monochromatic Colors of #267CFB
Black with #267CFB
Text Example
Text Example
White with #267CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267CFB; }
p { color: rgb(38,124,251); }
H1.HeaderClassName
{
color: #267CFB;
}
.AnyTagClassName
{
color: #267CFB;
}
</style>
background-color css
<style>
a { background-color: #267CFB; }
a { background-color: rgb(38,124,251); }
div.DivClassName
{
background-color: #267CFB;
}
.BgClassName
{
background-color: #267CFB;
}
</style>
border-color css
<style>
span { border-color: #267CFB; }
span { border-color: rgb(38,124,251); }
td.TdClassName
{
border-color: #267CFB;
}
.TagClassName
{
border-color: #267CFB;
}
</style>