Shades of Dodger Blue #269BFD
Tints of Dodger Blue #269BFD
RGB
CMYK
RGB Variations
Color information
#269BFD (or 0x269BFD) is known color: Dodger Blue. HEX triplet: 26, 9B and FD. RGB value is (38,155,253). Sum of RGB (Red+Green+Blue) = 38+155+253=446 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.52% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #269BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269BFD is #D96402. Grayscale: #828282. Windows color (decimal): -14246915 or 16620326. OLE color: 16620326.
HSL color Cylindrical-coordinate representation of color #269BFD: hue angle of 207.35º 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 #269BFD is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 155 | 253 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.01 |
| HSL | 207.35º | 0.98% | 0.57% | - |
| HSV(B) | 207.35º | 0.85% | 0.99% | - |
| XYZ | 30.25 | 30.95 | 97.31 | - |
| YUV | 131.19 | 196.74 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 253 | 0.85 | 0.39 | 0 | 0.01 | 207.35 | 0.98 | 0.57 |
| Hex | 26 | 9B | FD | 55 | 27 | 0 | 1 | CF | 62 | 39 |
| Octal | 46 | 233 | 375 | 125 | 47 | 0 | 1 | 317 | 142 | 71 |
| Binary | 100110 | 10011011 | 11111101 | 1010101 | 100111 | 0 | 1 | 11001111 | 1100010 | 111001 |
Color Harmonies of #269BFD
Complementary color
Monochromatic Colors of #269BFD
Black with #269BFD
Text Example
Text Example
White with #269BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BFD; }
p { color: rgb(38,155,253); }
H1.HeaderClassName
{
color: #269BFD;
}
.AnyTagClassName
{
color: #269BFD;
}
</style>
background-color css
<style>
a { background-color: #269BFD; }
a { background-color: rgb(38,155,253); }
div.DivClassName
{
background-color: #269BFD;
}
.BgClassName
{
background-color: #269BFD;
}
</style>
border-color css
<style>
span { border-color: #269BFD; }
span { border-color: rgb(38,155,253); }
td.TdClassName
{
border-color: #269BFD;
}
.TagClassName
{
border-color: #269BFD;
}
</style>