Shades of Dodger Blue #135FFB
Tints of Dodger Blue #135FFB
RGB
CMYK
RGB Variations
Color information
#135FFB (or 0x135FFB) is known color: Dodger Blue. HEX triplet: 13, 5F and FB. RGB value is (19,95,251). Sum of RGB (Red+Green+Blue) = 19+95+251=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #135FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135FFB is #ECA004. Grayscale: #595959. Windows color (decimal): -15507461 or 16473875. OLE color: 16473875.
HSL color Cylindrical-coordinate representation of color #135FFB: hue angle of 220.34º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135FFB is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 95 | 251 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.02 |
| HSL | 220.34º | 0.97% | 0.53% | - |
| HSV(B) | 220.34º | 0.92% | 0.98% | - |
| XYZ | 21.77 | 15.29 | 93.07 | - |
| YUV | 90.06 | 218.82 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 251 | 0.92 | 0.62 | 0 | 0.02 | 220.34 | 0.97 | 0.53 |
| Hex | 13 | 5F | FB | 5C | 3E | 0 | 2 | DC | 61 | 35 |
| Octal | 23 | 137 | 373 | 134 | 76 | 0 | 2 | 334 | 141 | 65 |
| Binary | 10011 | 1011111 | 11111011 | 1011100 | 111110 | 0 | 10 | 11011100 | 1100001 | 110101 |
Color Harmonies of #135FFB
Complementary color
Monochromatic Colors of #135FFB
Black with #135FFB
Text Example
Text Example
White with #135FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135FFB; }
p { color: rgb(19,95,251); }
H1.HeaderClassName
{
color: #135FFB;
}
.AnyTagClassName
{
color: #135FFB;
}
</style>
background-color css
<style>
a { background-color: #135FFB; }
a { background-color: rgb(19,95,251); }
div.DivClassName
{
background-color: #135FFB;
}
.BgClassName
{
background-color: #135FFB;
}
</style>
border-color css
<style>
span { border-color: #135FFB; }
span { border-color: rgb(19,95,251); }
td.TdClassName
{
border-color: #135FFB;
}
.TagClassName
{
border-color: #135FFB;
}
</style>