Shades of Dodger Blue #267BFD
Tints of Dodger Blue #267BFD
RGB
CMYK
RGB Variations
Color information
#267BFD (or 0x267BFD) is known color: Dodger Blue. HEX triplet: 26, 7B and FD. RGB value is (38,123,253). Sum of RGB (Red+Green+Blue) = 38+123+253=414 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.18% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #267BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267BFD is #D98402. Grayscale: #6F6F6F. Windows color (decimal): -14255107 or 16612134. OLE color: 16612134.
HSL color Cylindrical-coordinate representation of color #267BFD: hue angle of 216.28º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #267BFD is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 123 | 253 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.01 |
| HSL | 216.28º | 0.98% | 0.57% | - |
| HSV(B) | 216.28º | 0.85% | 0.99% | - |
| XYZ | 25.61 | 21.67 | 95.76 | - |
| YUV | 112.41 | 207.34 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 253 | 0.85 | 0.51 | 0 | 0.01 | 216.28 | 0.98 | 0.57 |
| Hex | 26 | 7B | FD | 55 | 33 | 0 | 1 | D8 | 62 | 39 |
| Octal | 46 | 173 | 375 | 125 | 63 | 0 | 1 | 330 | 142 | 71 |
| Binary | 100110 | 1111011 | 11111101 | 1010101 | 110011 | 0 | 1 | 11011000 | 1100010 | 111001 |
Color Harmonies of #267BFD
Complementary color
Monochromatic Colors of #267BFD
Black with #267BFD
Text Example
Text Example
White with #267BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BFD; }
p { color: rgb(38,123,253); }
H1.HeaderClassName
{
color: #267BFD;
}
.AnyTagClassName
{
color: #267BFD;
}
</style>
background-color css
<style>
a { background-color: #267BFD; }
a { background-color: rgb(38,123,253); }
div.DivClassName
{
background-color: #267BFD;
}
.BgClassName
{
background-color: #267BFD;
}
</style>
border-color css
<style>
span { border-color: #267BFD; }
span { border-color: rgb(38,123,253); }
td.TdClassName
{
border-color: #267BFD;
}
.TagClassName
{
border-color: #267BFD;
}
</style>