Shades of Dodger Blue #256CFD
Tints of Dodger Blue #256CFD
RGB
CMYK
RGB Variations
Color information
#256CFD (or 0x256CFD) is known color: Dodger Blue. HEX triplet: 25, 6C and FD. RGB value is (37,108,253). Sum of RGB (Red+Green+Blue) = 37+108+253=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #256CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256CFD is #DA9302. Grayscale: #666666. Windows color (decimal): -14324483 or 16608293. OLE color: 16608293.
HSL color Cylindrical-coordinate representation of color #256CFD: hue angle of 220.28º 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 #256CFD is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 108 | 253 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.01 |
| HSL | 220.28º | 0.98% | 0.57% | - |
| HSV(B) | 220.28º | 0.85% | 0.99% | - |
| XYZ | 23.86 | 18.21 | 95.19 | - |
| YUV | 103.3 | 212.48 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 253 | 0.85 | 0.57 | 0 | 0.01 | 220.28 | 0.98 | 0.57 |
| Hex | 25 | 6C | FD | 55 | 39 | 0 | 1 | DC | 62 | 39 |
| Octal | 45 | 154 | 375 | 125 | 71 | 0 | 1 | 334 | 142 | 71 |
| Binary | 100101 | 1101100 | 11111101 | 1010101 | 111001 | 0 | 1 | 11011100 | 1100010 | 111001 |
Color Harmonies of #256CFD
Complementary color
Monochromatic Colors of #256CFD
Black with #256CFD
Text Example
Text Example
White with #256CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256CFD; }
p { color: rgb(37,108,253); }
H1.HeaderClassName
{
color: #256CFD;
}
.AnyTagClassName
{
color: #256CFD;
}
</style>
background-color css
<style>
a { background-color: #256CFD; }
a { background-color: rgb(37,108,253); }
div.DivClassName
{
background-color: #256CFD;
}
.BgClassName
{
background-color: #256CFD;
}
</style>
border-color css
<style>
span { border-color: #256CFD; }
span { border-color: rgb(37,108,253); }
td.TdClassName
{
border-color: #256CFD;
}
.TagClassName
{
border-color: #256CFD;
}
</style>