Shades of Dodger Blue #269CFC
Tints of Dodger Blue #269CFC
RGB
CMYK
RGB Variations
Color information
#269CFC (or 0x269CFC) is known color: Dodger Blue. HEX triplet: 26, 9C and FC. RGB value is (38,156,252). Sum of RGB (Red+Green+Blue) = 38+156+252=446 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.52% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #269CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269CFC is #D96303. Grayscale: #838383. Windows color (decimal): -14246660 or 16555046. OLE color: 16555046.
HSL color Cylindrical-coordinate representation of color #269CFC: hue angle of 206.92º 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 #269CFC is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 156 | 252 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.01 |
| HSL | 206.92º | 0.97% | 0.57% | - |
| HSV(B) | 206.92º | 0.85% | 0.99% | - |
| XYZ | 30.26 | 31.22 | 96.53 | - |
| YUV | 131.66 | 195.91 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 252 | 0.85 | 0.38 | 0 | 0.01 | 206.92 | 0.97 | 0.57 |
| Hex | 26 | 9C | FC | 55 | 26 | 0 | 1 | CF | 61 | 39 |
| Octal | 46 | 234 | 374 | 125 | 46 | 0 | 1 | 317 | 141 | 71 |
| Binary | 100110 | 10011100 | 11111100 | 1010101 | 100110 | 0 | 1 | 11001111 | 1100001 | 111001 |
Color Harmonies of #269CFC
Complementary color
Monochromatic Colors of #269CFC
Black with #269CFC
Text Example
Text Example
White with #269CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269CFC; }
p { color: rgb(38,156,252); }
H1.HeaderClassName
{
color: #269CFC;
}
.AnyTagClassName
{
color: #269CFC;
}
</style>
background-color css
<style>
a { background-color: #269CFC; }
a { background-color: rgb(38,156,252); }
div.DivClassName
{
background-color: #269CFC;
}
.BgClassName
{
background-color: #269CFC;
}
</style>
border-color css
<style>
span { border-color: #269CFC; }
span { border-color: rgb(38,156,252); }
td.TdClassName
{
border-color: #269CFC;
}
.TagClassName
{
border-color: #269CFC;
}
</style>