Shades of Dodger Blue #4193FF
Tints of Dodger Blue #4193FF
RGB
CMYK
RGB Variations
Color information
#4193FF (or 0x4193FF) is known color: Dodger Blue. HEX triplet: 41, 93 and FF. RGB value is (65,147,255). Sum of RGB (Red+Green+Blue) = 65+147+255=467 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.92% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #4193FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4193FF is #BE6C00. Grayscale: #868686. Windows color (decimal): -12479489 or 16749377. OLE color: 16749377.
HSL color Cylindrical-coordinate representation of color #4193FF: hue angle of 214.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4193FF is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 147 | 255 | - |
| CMYK | 0.75 | 0.42 | 0 | 0 |
| HSL | 214.11º | 1% | 0.63% | - |
| HSV(B) | 214.11º | 0.75% | 1% | - |
| XYZ | 30.66 | 29.21 | 98.63 | - |
| YUV | 134.79 | 195.83 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 255 | 0.75 | 0.42 | 0 | 0 | 214.11 | 1 | 0.63 |
| Hex | 41 | 93 | FF | 4B | 2A | 0 | 0 | D6 | 64 | 3F |
| Octal | 101 | 223 | 377 | 113 | 52 | 0 | 0 | 326 | 144 | 77 |
| Binary | 1000001 | 10010011 | 11111111 | 1001011 | 101010 | 0 | 0 | 11010110 | 1100100 | 111111 |
Color Harmonies of #4193FF
Complementary color
Monochromatic Colors of #4193FF
Black with #4193FF
Text Example
Text Example
White with #4193FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4193FF; }
p { color: rgb(65,147,255); }
H1.HeaderClassName
{
color: #4193FF;
}
.AnyTagClassName
{
color: #4193FF;
}
</style>
background-color css
<style>
a { background-color: #4193FF; }
a { background-color: rgb(65,147,255); }
div.DivClassName
{
background-color: #4193FF;
}
.BgClassName
{
background-color: #4193FF;
}
</style>
border-color css
<style>
span { border-color: #4193FF; }
span { border-color: rgb(65,147,255); }
td.TdClassName
{
border-color: #4193FF;
}
.TagClassName
{
border-color: #4193FF;
}
</style>