Shades of Dodger Blue #4192FD
Tints of Dodger Blue #4192FD
RGB
CMYK
RGB Variations
Color information
#4192FD (or 0x4192FD) is known color: Dodger Blue. HEX triplet: 41, 92 and FD. RGB value is (65,146,253). Sum of RGB (Red+Green+Blue) = 65+146+253=464 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.01% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #4192FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4192FD is #BE6D02. Grayscale: #858585. Windows color (decimal): -12479747 or 16618049. OLE color: 16618049.
HSL color Cylindrical-coordinate representation of color #4192FD: hue angle of 214.15º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4192FD is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 146 | 253 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.01 |
| HSL | 214.15º | 0.98% | 0.62% | - |
| HSV(B) | 214.15º | 0.74% | 0.99% | - |
| XYZ | 30.19 | 28.77 | 96.89 | - |
| YUV | 133.98 | 195.16 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 253 | 0.74 | 0.42 | 0 | 0.01 | 214.15 | 0.98 | 0.62 |
| Hex | 41 | 92 | FD | 4A | 2A | 0 | 1 | D6 | 62 | 3E |
| Octal | 101 | 222 | 375 | 112 | 52 | 0 | 1 | 326 | 142 | 76 |
| Binary | 1000001 | 10010010 | 11111101 | 1001010 | 101010 | 0 | 1 | 11010110 | 1100010 | 111110 |
Color Harmonies of #4192FD
Complementary color
Monochromatic Colors of #4192FD
Black with #4192FD
Text Example
Text Example
White with #4192FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4192FD; }
p { color: rgb(65,146,253); }
H1.HeaderClassName
{
color: #4192FD;
}
.AnyTagClassName
{
color: #4192FD;
}
</style>
background-color css
<style>
a { background-color: #4192FD; }
a { background-color: rgb(65,146,253); }
div.DivClassName
{
background-color: #4192FD;
}
.BgClassName
{
background-color: #4192FD;
}
</style>
border-color css
<style>
span { border-color: #4192FD; }
span { border-color: rgb(65,146,253); }
td.TdClassName
{
border-color: #4192FD;
}
.TagClassName
{
border-color: #4192FD;
}
</style>