Shades of Dodger Blue #267FDC
Tints of Dodger Blue #267FDC
RGB
CMYK
RGB Variations
Color information
#267FDC (or 0x267FDC) is known color: Dodger Blue. HEX triplet: 26, 7F and DC. RGB value is (38,127,220). Sum of RGB (Red+Green+Blue) = 38+127+220=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #267FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267FDC is #D98023. Grayscale: #6E6E6E. Windows color (decimal): -14254116 or 14450470. OLE color: 14450470.
HSL color Cylindrical-coordinate representation of color #267FDC: hue angle of 210.66º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #267FDC is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 127 | 220 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.14 |
| HSL | 210.66º | 0.72% | 0.51% | - |
| HSV(B) | 210.66º | 0.83% | 0.86% | - |
| XYZ | 21.31 | 20.76 | 70.59 | - |
| YUV | 110.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 220 | 0.83 | 0.42 | 0 | 0.14 | 210.66 | 0.72 | 0.51 |
| Hex | 26 | 7F | DC | 53 | 2A | 0 | E | D3 | 48 | 33 |
| Octal | 46 | 177 | 334 | 123 | 52 | 0 | 16 | 323 | 110 | 63 |
| Binary | 100110 | 1111111 | 11011100 | 1010011 | 101010 | 0 | 1110 | 11010011 | 1001000 | 110011 |
Color Harmonies of #267FDC
Complementary color
Monochromatic Colors of #267FDC
Black with #267FDC
Text Example
Text Example
White with #267FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267FDC; }
p { color: rgb(38,127,220); }
H1.HeaderClassName
{
color: #267FDC;
}
.AnyTagClassName
{
color: #267FDC;
}
</style>
background-color css
<style>
a { background-color: #267FDC; }
a { background-color: rgb(38,127,220); }
div.DivClassName
{
background-color: #267FDC;
}
.BgClassName
{
background-color: #267FDC;
}
</style>
border-color css
<style>
span { border-color: #267FDC; }
span { border-color: rgb(38,127,220); }
td.TdClassName
{
border-color: #267FDC;
}
.TagClassName
{
border-color: #267FDC;
}
</style>