Shades of Dodger Blue #256FFE
Tints of Dodger Blue #256FFE
RGB
CMYK
RGB Variations
Color information
#256FFE (or 0x256FFE) is known color: Dodger Blue. HEX triplet: 25, 6F and FE. RGB value is (37,111,254). Sum of RGB (Red+Green+Blue) = 37+111+254=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #256FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FFE is #DA9001. Grayscale: #686868. Windows color (decimal): -14323714 or 16674597. OLE color: 16674597.
HSL color Cylindrical-coordinate representation of color #256FFE: hue angle of 219.54º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256FFE is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 111 | 254 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.00 |
| HSL | 219.54º | 0.99% | 0.57% | - |
| HSV(B) | 219.54º | 0.85% | 1% | - |
| XYZ | 24.34 | 18.92 | 96.13 | - |
| YUV | 105.18 | 211.98 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 254 | 0.85 | 0.56 | 0 | 0.00 | 219.54 | 0.99 | 0.57 |
| Hex | 25 | 6F | FE | 55 | 38 | 0 | 0 | DC | 63 | 39 |
| Octal | 45 | 157 | 376 | 125 | 70 | 0 | 0 | 334 | 143 | 71 |
| Binary | 100101 | 1101111 | 11111110 | 1010101 | 111000 | 0 | 0 | 11011100 | 1100011 | 111001 |
Color Harmonies of #256FFE
Complementary color
Monochromatic Colors of #256FFE
Black with #256FFE
Text Example
Text Example
White with #256FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FFE; }
p { color: rgb(37,111,254); }
H1.HeaderClassName
{
color: #256FFE;
}
.AnyTagClassName
{
color: #256FFE;
}
</style>
background-color css
<style>
a { background-color: #256FFE; }
a { background-color: rgb(37,111,254); }
div.DivClassName
{
background-color: #256FFE;
}
.BgClassName
{
background-color: #256FFE;
}
</style>
border-color css
<style>
span { border-color: #256FFE; }
span { border-color: rgb(37,111,254); }
td.TdClassName
{
border-color: #256FFE;
}
.TagClassName
{
border-color: #256FFE;
}
</style>