Shades of Dodger Blue #256FFC
Tints of Dodger Blue #256FFC
RGB
CMYK
RGB Variations
Color information
#256FFC (or 0x256FFC) is known color: Dodger Blue. HEX triplet: 25, 6F and FC. RGB value is (37,111,252). Sum of RGB (Red+Green+Blue) = 37+111+252=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #256FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FFC is #DA9003. Grayscale: #686868. Windows color (decimal): -14323716 or 16543525. OLE color: 16543525.
HSL color Cylindrical-coordinate representation of color #256FFC: hue angle of 219.35º 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 #256FFC is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 111 | 252 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.01 |
| HSL | 219.35º | 0.97% | 0.57% | - |
| HSV(B) | 219.35º | 0.85% | 0.99% | - |
| XYZ | 24.02 | 18.79 | 94.46 | - |
| YUV | 104.95 | 210.98 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 252 | 0.85 | 0.56 | 0 | 0.01 | 219.35 | 0.97 | 0.57 |
| Hex | 25 | 6F | FC | 55 | 38 | 0 | 1 | DB | 61 | 39 |
| Octal | 45 | 157 | 374 | 125 | 70 | 0 | 1 | 333 | 141 | 71 |
| Binary | 100101 | 1101111 | 11111100 | 1010101 | 111000 | 0 | 1 | 11011011 | 1100001 | 111001 |
Color Harmonies of #256FFC
Complementary color
Monochromatic Colors of #256FFC
Black with #256FFC
Text Example
Text Example
White with #256FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FFC; }
p { color: rgb(37,111,252); }
H1.HeaderClassName
{
color: #256FFC;
}
.AnyTagClassName
{
color: #256FFC;
}
</style>
background-color css
<style>
a { background-color: #256FFC; }
a { background-color: rgb(37,111,252); }
div.DivClassName
{
background-color: #256FFC;
}
.BgClassName
{
background-color: #256FFC;
}
</style>
border-color css
<style>
span { border-color: #256FFC; }
span { border-color: rgb(37,111,252); }
td.TdClassName
{
border-color: #256FFC;
}
.TagClassName
{
border-color: #256FFC;
}
</style>