Shades of Dodger Blue #267CF2
Tints of Dodger Blue #267CF2
RGB
CMYK
RGB Variations
Color information
#267CF2 (or 0x267CF2) is known color: Dodger Blue. HEX triplet: 26, 7C and F2. RGB value is (38,124,242). Sum of RGB (Red+Green+Blue) = 38+124+242=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #267CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CF2 is #D9830D. Grayscale: #6F6F6F. Windows color (decimal): -14254862 or 15891494. OLE color: 15891494.
HSL color Cylindrical-coordinate representation of color #267CF2: hue angle of 214.71º 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 #267CF2 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 124 | 242 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.05 |
| HSL | 214.71º | 0.89% | 0.55% | - |
| HSV(B) | 214.71º | 0.84% | 0.95% | - |
| XYZ | 24.03 | 21.24 | 86.84 | - |
| YUV | 111.74 | 201.51 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 242 | 0.84 | 0.49 | 0 | 0.05 | 214.71 | 0.89 | 0.55 |
| Hex | 26 | 7C | F2 | 54 | 31 | 0 | 5 | D7 | 59 | 37 |
| Octal | 46 | 174 | 362 | 124 | 61 | 0 | 5 | 327 | 131 | 67 |
| Binary | 100110 | 1111100 | 11110010 | 1010100 | 110001 | 0 | 101 | 11010111 | 1011001 | 110111 |
Color Harmonies of #267CF2
Complementary color
Monochromatic Colors of #267CF2
Black with #267CF2
Text Example
Text Example
White with #267CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267CF2; }
p { color: rgb(38,124,242); }
H1.HeaderClassName
{
color: #267CF2;
}
.AnyTagClassName
{
color: #267CF2;
}
</style>
background-color css
<style>
a { background-color: #267CF2; }
a { background-color: rgb(38,124,242); }
div.DivClassName
{
background-color: #267CF2;
}
.BgClassName
{
background-color: #267CF2;
}
</style>
border-color css
<style>
span { border-color: #267CF2; }
span { border-color: rgb(38,124,242); }
td.TdClassName
{
border-color: #267CF2;
}
.TagClassName
{
border-color: #267CF2;
}
</style>