Shades of Dodger Blue #268AFC
Tints of Dodger Blue #268AFC
RGB
CMYK
RGB Variations
Color information
#268AFC (or 0x268AFC) is known color: Dodger Blue. HEX triplet: 26, 8A and FC. RGB value is (38,138,252). Sum of RGB (Red+Green+Blue) = 38+138+252=428 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.88% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #268AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268AFC is #D97503. Grayscale: #787878. Windows color (decimal): -14251268 or 16550438. OLE color: 16550438.
HSL color Cylindrical-coordinate representation of color #268AFC: hue angle of 211.96º 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 #268AFC is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 138 | 252 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.01 |
| HSL | 211.96º | 0.97% | 0.57% | - |
| HSV(B) | 211.96º | 0.85% | 0.99% | - |
| XYZ | 27.46 | 25.62 | 95.59 | - |
| YUV | 121.1 | 201.87 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 252 | 0.85 | 0.45 | 0 | 0.01 | 211.96 | 0.97 | 0.57 |
| Hex | 26 | 8A | FC | 55 | 2D | 0 | 1 | D4 | 61 | 39 |
| Octal | 46 | 212 | 374 | 125 | 55 | 0 | 1 | 324 | 141 | 71 |
| Binary | 100110 | 10001010 | 11111100 | 1010101 | 101101 | 0 | 1 | 11010100 | 1100001 | 111001 |
Color Harmonies of #268AFC
Complementary color
Monochromatic Colors of #268AFC
Black with #268AFC
Text Example
Text Example
White with #268AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268AFC; }
p { color: rgb(38,138,252); }
H1.HeaderClassName
{
color: #268AFC;
}
.AnyTagClassName
{
color: #268AFC;
}
</style>
background-color css
<style>
a { background-color: #268AFC; }
a { background-color: rgb(38,138,252); }
div.DivClassName
{
background-color: #268AFC;
}
.BgClassName
{
background-color: #268AFC;
}
</style>
border-color css
<style>
span { border-color: #268AFC; }
span { border-color: rgb(38,138,252); }
td.TdClassName
{
border-color: #268AFC;
}
.TagClassName
{
border-color: #268AFC;
}
</style>