Shades of Dodger Blue #268CFD
Tints of Dodger Blue #268CFD
RGB
CMYK
RGB Variations
Color information
#268CFD (or 0x268CFD) is known color: Dodger Blue. HEX triplet: 26, 8C and FD. RGB value is (38,140,253). Sum of RGB (Red+Green+Blue) = 38+140+253=431 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.82% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #268CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268CFD is #D97302. Grayscale: #797979. Windows color (decimal): -14250755 or 16616486. OLE color: 16616486.
HSL color Cylindrical-coordinate representation of color #268CFD: hue angle of 211.53º degrees, saturation: 0.98, 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 #268CFD is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 140 | 253 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.01 |
| HSL | 211.53º | 0.98% | 0.57% | - |
| HSV(B) | 211.53º | 0.85% | 0.99% | - |
| XYZ | 27.91 | 26.26 | 96.53 | - |
| YUV | 122.38 | 201.71 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 253 | 0.85 | 0.45 | 0 | 0.01 | 211.53 | 0.98 | 0.57 |
| Hex | 26 | 8C | FD | 55 | 2D | 0 | 1 | D4 | 62 | 39 |
| Octal | 46 | 214 | 375 | 125 | 55 | 0 | 1 | 324 | 142 | 71 |
| Binary | 100110 | 10001100 | 11111101 | 1010101 | 101101 | 0 | 1 | 11010100 | 1100010 | 111001 |
Color Harmonies of #268CFD
Complementary color
Monochromatic Colors of #268CFD
Black with #268CFD
Text Example
Text Example
White with #268CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CFD; }
p { color: rgb(38,140,253); }
H1.HeaderClassName
{
color: #268CFD;
}
.AnyTagClassName
{
color: #268CFD;
}
</style>
background-color css
<style>
a { background-color: #268CFD; }
a { background-color: rgb(38,140,253); }
div.DivClassName
{
background-color: #268CFD;
}
.BgClassName
{
background-color: #268CFD;
}
</style>
border-color css
<style>
span { border-color: #268CFD; }
span { border-color: rgb(38,140,253); }
td.TdClassName
{
border-color: #268CFD;
}
.TagClassName
{
border-color: #268CFD;
}
</style>