Shades of Dodger Blue #269CFD
Tints of Dodger Blue #269CFD
RGB
CMYK
RGB Variations
Color information
#269CFD (or 0x269CFD) is known color: Dodger Blue. HEX triplet: 26, 9C and FD. RGB value is (38,156,253). Sum of RGB (Red+Green+Blue) = 38+156+253=447 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.50% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #269CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269CFD is #D96302. Grayscale: #838383. Windows color (decimal): -14246659 or 16620582. OLE color: 16620582.
HSL color Cylindrical-coordinate representation of color #269CFD: hue angle of 207.07º 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 #269CFD is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 156 | 253 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.01 |
| HSL | 207.07º | 0.98% | 0.57% | - |
| HSV(B) | 207.07º | 0.85% | 0.99% | - |
| XYZ | 30.42 | 31.28 | 97.36 | - |
| YUV | 131.78 | 196.41 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 253 | 0.85 | 0.38 | 0 | 0.01 | 207.07 | 0.98 | 0.57 |
| Hex | 26 | 9C | FD | 55 | 26 | 0 | 1 | CF | 62 | 39 |
| Octal | 46 | 234 | 375 | 125 | 46 | 0 | 1 | 317 | 142 | 71 |
| Binary | 100110 | 10011100 | 11111101 | 1010101 | 100110 | 0 | 1 | 11001111 | 1100010 | 111001 |
Color Harmonies of #269CFD
Complementary color
Monochromatic Colors of #269CFD
Black with #269CFD
Text Example
Text Example
White with #269CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269CFD; }
p { color: rgb(38,156,253); }
H1.HeaderClassName
{
color: #269CFD;
}
.AnyTagClassName
{
color: #269CFD;
}
</style>
background-color css
<style>
a { background-color: #269CFD; }
a { background-color: rgb(38,156,253); }
div.DivClassName
{
background-color: #269CFD;
}
.BgClassName
{
background-color: #269CFD;
}
</style>
border-color css
<style>
span { border-color: #269CFD; }
span { border-color: rgb(38,156,253); }
td.TdClassName
{
border-color: #269CFD;
}
.TagClassName
{
border-color: #269CFD;
}
</style>