Shades of Dodger Blue #4193FB
Tints of Dodger Blue #4193FB
RGB
CMYK
RGB Variations
Color information
#4193FB (or 0x4193FB) is known color: Dodger Blue. HEX triplet: 41, 93 and FB. RGB value is (65,147,251). Sum of RGB (Red+Green+Blue) = 65+147+251=463 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.04% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #4193FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4193FB is #BE6C04. Grayscale: #858585. Windows color (decimal): -12479493 or 16487233. OLE color: 16487233.
HSL color Cylindrical-coordinate representation of color #4193FB: hue angle of 213.55º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4193FB is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 147 | 251 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.02 |
| HSL | 213.55º | 0.96% | 0.62% | - |
| HSV(B) | 213.55º | 0.74% | 0.98% | - |
| XYZ | 30.03 | 28.96 | 95.27 | - |
| YUV | 134.34 | 193.83 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 251 | 0.74 | 0.41 | 0 | 0.02 | 213.55 | 0.96 | 0.62 |
| Hex | 41 | 93 | FB | 4A | 29 | 0 | 2 | D6 | 60 | 3E |
| Octal | 101 | 223 | 373 | 112 | 51 | 0 | 2 | 326 | 140 | 76 |
| Binary | 1000001 | 10010011 | 11111011 | 1001010 | 101001 | 0 | 10 | 11010110 | 1100000 | 111110 |
Color Harmonies of #4193FB
Complementary color
Monochromatic Colors of #4193FB
Black with #4193FB
Text Example
Text Example
White with #4193FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4193FB; }
p { color: rgb(65,147,251); }
H1.HeaderClassName
{
color: #4193FB;
}
.AnyTagClassName
{
color: #4193FB;
}
</style>
background-color css
<style>
a { background-color: #4193FB; }
a { background-color: rgb(65,147,251); }
div.DivClassName
{
background-color: #4193FB;
}
.BgClassName
{
background-color: #4193FB;
}
</style>
border-color css
<style>
span { border-color: #4193FB; }
span { border-color: rgb(65,147,251); }
td.TdClassName
{
border-color: #4193FB;
}
.TagClassName
{
border-color: #4193FB;
}
</style>