Shades of Dodger Blue #267BFF
Tints of Dodger Blue #267BFF
RGB
CMYK
RGB Variations
Color information
#267BFF (or 0x267BFF) is known color: Dodger Blue. HEX triplet: 26, 7B and FF. RGB value is (38,123,255). Sum of RGB (Red+Green+Blue) = 38+123+255=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #267BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267BFF is #D98400. Grayscale: #707070. Windows color (decimal): -14255105 or 16743206. OLE color: 16743206.
HSL color Cylindrical-coordinate representation of color #267BFF: hue angle of 216.5º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #267BFF is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 123 | 255 | - |
| CMYK | 0.85 | 0.52 | 0 | 0 |
| HSL | 216.5º | 1% | 0.57% | - |
| HSV(B) | 216.5º | 0.85% | 1% | - |
| XYZ | 25.93 | 21.8 | 97.45 | - |
| YUV | 112.63 | 208.34 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 255 | 0.85 | 0.52 | 0 | 0 | 216.5 | 1 | 0.57 |
| Hex | 26 | 7B | FF | 55 | 34 | 0 | 0 | D8 | 64 | 39 |
| Octal | 46 | 173 | 377 | 125 | 64 | 0 | 0 | 330 | 144 | 71 |
| Binary | 100110 | 1111011 | 11111111 | 1010101 | 110100 | 0 | 0 | 11011000 | 1100100 | 111001 |
Color Harmonies of #267BFF
Complementary color
Monochromatic Colors of #267BFF
Black with #267BFF
Text Example
Text Example
White with #267BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BFF; }
p { color: rgb(38,123,255); }
H1.HeaderClassName
{
color: #267BFF;
}
.AnyTagClassName
{
color: #267BFF;
}
</style>
background-color css
<style>
a { background-color: #267BFF; }
a { background-color: rgb(38,123,255); }
div.DivClassName
{
background-color: #267BFF;
}
.BgClassName
{
background-color: #267BFF;
}
</style>
border-color css
<style>
span { border-color: #267BFF; }
span { border-color: rgb(38,123,255); }
td.TdClassName
{
border-color: #267BFF;
}
.TagClassName
{
border-color: #267BFF;
}
</style>