Shades of Dodger Blue #269BFC
Tints of Dodger Blue #269BFC
RGB
CMYK
RGB Variations
Color information
#269BFC (or 0x269BFC) is known color: Dodger Blue. HEX triplet: 26, 9B and FC. RGB value is (38,155,252). Sum of RGB (Red+Green+Blue) = 38+155+252=445 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.54% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #269BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269BFC is #D96403. Grayscale: #828282. Windows color (decimal): -14246916 or 16554790. OLE color: 16554790.
HSL color Cylindrical-coordinate representation of color #269BFC: hue angle of 207.2º 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 #269BFC is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 155 | 252 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.01 |
| HSL | 207.2º | 0.97% | 0.57% | - |
| HSV(B) | 207.2º | 0.85% | 0.99% | - |
| XYZ | 30.09 | 30.88 | 96.47 | - |
| YUV | 131.08 | 196.24 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 252 | 0.85 | 0.38 | 0 | 0.01 | 207.2 | 0.97 | 0.57 |
| Hex | 26 | 9B | FC | 55 | 26 | 0 | 1 | CF | 61 | 39 |
| Octal | 46 | 233 | 374 | 125 | 46 | 0 | 1 | 317 | 141 | 71 |
| Binary | 100110 | 10011011 | 11111100 | 1010101 | 100110 | 0 | 1 | 11001111 | 1100001 | 111001 |
Color Harmonies of #269BFC
Complementary color
Monochromatic Colors of #269BFC
Black with #269BFC
Text Example
Text Example
White with #269BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BFC; }
p { color: rgb(38,155,252); }
H1.HeaderClassName
{
color: #269BFC;
}
.AnyTagClassName
{
color: #269BFC;
}
</style>
background-color css
<style>
a { background-color: #269BFC; }
a { background-color: rgb(38,155,252); }
div.DivClassName
{
background-color: #269BFC;
}
.BgClassName
{
background-color: #269BFC;
}
</style>
border-color css
<style>
span { border-color: #269BFC; }
span { border-color: rgb(38,155,252); }
td.TdClassName
{
border-color: #269BFC;
}
.TagClassName
{
border-color: #269BFC;
}
</style>