Shades of Dodger Blue #267BF2
Tints of Dodger Blue #267BF2
RGB
CMYK
RGB Variations
Color information
#267BF2 (or 0x267BF2) is known color: Dodger Blue. HEX triplet: 26, 7B and F2. RGB value is (38,123,242). Sum of RGB (Red+Green+Blue) = 38+123+242=403 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.43% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #267BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267BF2 is #D9840D. Grayscale: #6E6E6E. Windows color (decimal): -14255118 or 15891238. OLE color: 15891238.
HSL color Cylindrical-coordinate representation of color #267BF2: hue angle of 215º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267BF2 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 123 | 242 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.05 |
| HSL | 215º | 0.89% | 0.55% | - |
| HSV(B) | 215º | 0.84% | 0.95% | - |
| XYZ | 23.91 | 20.99 | 86.8 | - |
| YUV | 111.15 | 201.84 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 242 | 0.84 | 0.49 | 0 | 0.05 | 215 | 0.89 | 0.55 |
| Hex | 26 | 7B | F2 | 54 | 31 | 0 | 5 | D7 | 59 | 37 |
| Octal | 46 | 173 | 362 | 124 | 61 | 0 | 5 | 327 | 131 | 67 |
| Binary | 100110 | 1111011 | 11110010 | 1010100 | 110001 | 0 | 101 | 11010111 | 1011001 | 110111 |
Color Harmonies of #267BF2
Complementary color
Monochromatic Colors of #267BF2
Black with #267BF2
Text Example
Text Example
White with #267BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BF2; }
p { color: rgb(38,123,242); }
H1.HeaderClassName
{
color: #267BF2;
}
.AnyTagClassName
{
color: #267BF2;
}
</style>
background-color css
<style>
a { background-color: #267BF2; }
a { background-color: rgb(38,123,242); }
div.DivClassName
{
background-color: #267BF2;
}
.BgClassName
{
background-color: #267BF2;
}
</style>
border-color css
<style>
span { border-color: #267BF2; }
span { border-color: rgb(38,123,242); }
td.TdClassName
{
border-color: #267BF2;
}
.TagClassName
{
border-color: #267BF2;
}
</style>