Shades of Dodger Blue #267AFB
Tints of Dodger Blue #267AFB
RGB
CMYK
RGB Variations
Color information
#267AFB (or 0x267AFB) is known color: Dodger Blue. HEX triplet: 26, 7A and FB. RGB value is (38,122,251). Sum of RGB (Red+Green+Blue) = 38+122+251=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #267AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267AFB is #D98504. Grayscale: #6E6E6E. Windows color (decimal): -14255365 or 16480806. OLE color: 16480806.
HSL color Cylindrical-coordinate representation of color #267AFB: hue angle of 216.34º 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 #267AFB is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 122 | 251 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.02 |
| HSL | 216.34º | 0.96% | 0.57% | - |
| HSV(B) | 216.34º | 0.85% | 0.98% | - |
| XYZ | 25.17 | 21.3 | 94.05 | - |
| YUV | 111.59 | 206.67 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 251 | 0.85 | 0.51 | 0 | 0.02 | 216.34 | 0.96 | 0.57 |
| Hex | 26 | 7A | FB | 55 | 33 | 0 | 2 | D8 | 60 | 39 |
| Octal | 46 | 172 | 373 | 125 | 63 | 0 | 2 | 330 | 140 | 71 |
| Binary | 100110 | 1111010 | 11111011 | 1010101 | 110011 | 0 | 10 | 11011000 | 1100000 | 111001 |
Color Harmonies of #267AFB
Complementary color
Monochromatic Colors of #267AFB
Black with #267AFB
Text Example
Text Example
White with #267AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267AFB; }
p { color: rgb(38,122,251); }
H1.HeaderClassName
{
color: #267AFB;
}
.AnyTagClassName
{
color: #267AFB;
}
</style>
background-color css
<style>
a { background-color: #267AFB; }
a { background-color: rgb(38,122,251); }
div.DivClassName
{
background-color: #267AFB;
}
.BgClassName
{
background-color: #267AFB;
}
</style>
border-color css
<style>
span { border-color: #267AFB; }
span { border-color: rgb(38,122,251); }
td.TdClassName
{
border-color: #267AFB;
}
.TagClassName
{
border-color: #267AFB;
}
</style>