Shades of Dodger Blue #268AF4
Tints of Dodger Blue #268AF4
RGB
CMYK
RGB Variations
Color information
#268AF4 (or 0x268AF4) is known color: Dodger Blue. HEX triplet: 26, 8A and F4. RGB value is (38,138,244). Sum of RGB (Red+Green+Blue) = 38+138+244=420 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.05% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 244 (95.70% from 255 or 58.10% from 420); Max value from RGB is 244 - color contains mainly: blue. Hex color #268AF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268AF4 is #D9750B. Grayscale: #777777. Windows color (decimal): -14251276 or 16026150. OLE color: 16026150.
HSL color Cylindrical-coordinate representation of color #268AF4: hue angle of 210.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268AF4 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 138 | 244 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.04 |
| HSL | 210.87º | 0.9% | 0.55% | - |
| HSV(B) | 210.87º | 0.84% | 0.96% | - |
| XYZ | 26.22 | 25.12 | 89.05 | - |
| YUV | 120.18 | 197.87 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 244 | 0.84 | 0.43 | 0 | 0.04 | 210.87 | 0.9 | 0.55 |
| Hex | 26 | 8A | F4 | 54 | 2B | 0 | 4 | D3 | 5A | 37 |
| Octal | 46 | 212 | 364 | 124 | 53 | 0 | 4 | 323 | 132 | 67 |
| Binary | 100110 | 10001010 | 11110100 | 1010100 | 101011 | 0 | 100 | 11010011 | 1011010 | 110111 |
Color Harmonies of #268AF4
Complementary color
Monochromatic Colors of #268AF4
Black with #268AF4
Text Example
Text Example
White with #268AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268AF4; }
p { color: rgb(38,138,244); }
H1.HeaderClassName
{
color: #268AF4;
}
.AnyTagClassName
{
color: #268AF4;
}
</style>
background-color css
<style>
a { background-color: #268AF4; }
a { background-color: rgb(38,138,244); }
div.DivClassName
{
background-color: #268AF4;
}
.BgClassName
{
background-color: #268AF4;
}
</style>
border-color css
<style>
span { border-color: #268AF4; }
span { border-color: rgb(38,138,244); }
td.TdClassName
{
border-color: #268AF4;
}
.TagClassName
{
border-color: #268AF4;
}
</style>