Shades of Dodger Blue #268BFC
Tints of Dodger Blue #268BFC
RGB
CMYK
RGB Variations
Color information
#268BFC (or 0x268BFC) is known color: Dodger Blue. HEX triplet: 26, 8B and FC. RGB value is (38,139,252). Sum of RGB (Red+Green+Blue) = 38+139+252=429 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.86% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #268BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268BFC is #D97403. Grayscale: #797979. Windows color (decimal): -14251012 or 16550694. OLE color: 16550694.
HSL color Cylindrical-coordinate representation of color #268BFC: hue angle of 211.68º degrees, saturation: 0.97, 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 #268BFC is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 139 | 252 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.01 |
| HSL | 211.68º | 0.97% | 0.57% | - |
| HSV(B) | 211.68º | 0.85% | 0.99% | - |
| XYZ | 27.6 | 25.91 | 95.64 | - |
| YUV | 121.68 | 201.54 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 252 | 0.85 | 0.45 | 0 | 0.01 | 211.68 | 0.97 | 0.57 |
| Hex | 26 | 8B | FC | 55 | 2D | 0 | 1 | D4 | 61 | 39 |
| Octal | 46 | 213 | 374 | 125 | 55 | 0 | 1 | 324 | 141 | 71 |
| Binary | 100110 | 10001011 | 11111100 | 1010101 | 101101 | 0 | 1 | 11010100 | 1100001 | 111001 |
Color Harmonies of #268BFC
Complementary color
Monochromatic Colors of #268BFC
Black with #268BFC
Text Example
Text Example
White with #268BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BFC; }
p { color: rgb(38,139,252); }
H1.HeaderClassName
{
color: #268BFC;
}
.AnyTagClassName
{
color: #268BFC;
}
</style>
background-color css
<style>
a { background-color: #268BFC; }
a { background-color: rgb(38,139,252); }
div.DivClassName
{
background-color: #268BFC;
}
.BgClassName
{
background-color: #268BFC;
}
</style>
border-color css
<style>
span { border-color: #268BFC; }
span { border-color: rgb(38,139,252); }
td.TdClassName
{
border-color: #268BFC;
}
.TagClassName
{
border-color: #268BFC;
}
</style>