Shades of Dodger Blue #4192FA
Tints of Dodger Blue #4192FA
RGB
CMYK
RGB Variations
Color information
#4192FA (or 0x4192FA) is known color: Dodger Blue. HEX triplet: 41, 92 and FA. RGB value is (65,146,250). Sum of RGB (Red+Green+Blue) = 65+146+250=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #4192FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4192FA is #BE6D05. Grayscale: #858585. Windows color (decimal): -12479750 or 16421441. OLE color: 16421441.
HSL color Cylindrical-coordinate representation of color #4192FA: hue angle of 213.73º degrees, saturation: 0.95, 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 #4192FA is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 146 | 250 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.02 |
| HSL | 213.73º | 0.95% | 0.62% | - |
| HSV(B) | 213.73º | 0.74% | 0.98% | - |
| XYZ | 29.71 | 28.58 | 94.39 | - |
| YUV | 133.64 | 193.66 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 250 | 0.74 | 0.42 | 0 | 0.02 | 213.73 | 0.95 | 0.62 |
| Hex | 41 | 92 | FA | 4A | 2A | 0 | 2 | D6 | 5F | 3E |
| Octal | 101 | 222 | 372 | 112 | 52 | 0 | 2 | 326 | 137 | 76 |
| Binary | 1000001 | 10010010 | 11111010 | 1001010 | 101010 | 0 | 10 | 11010110 | 1011111 | 111110 |
Color Harmonies of #4192FA
Complementary color
Monochromatic Colors of #4192FA
Black with #4192FA
Text Example
Text Example
White with #4192FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4192FA; }
p { color: rgb(65,146,250); }
H1.HeaderClassName
{
color: #4192FA;
}
.AnyTagClassName
{
color: #4192FA;
}
</style>
background-color css
<style>
a { background-color: #4192FA; }
a { background-color: rgb(65,146,250); }
div.DivClassName
{
background-color: #4192FA;
}
.BgClassName
{
background-color: #4192FA;
}
</style>
border-color css
<style>
span { border-color: #4192FA; }
span { border-color: rgb(65,146,250); }
td.TdClassName
{
border-color: #4192FA;
}
.TagClassName
{
border-color: #4192FA;
}
</style>