Shades of Dodger Blue #4191FF
Tints of Dodger Blue #4191FF
RGB
CMYK
RGB Variations
Color information
#4191FF (or 0x4191FF) is known color: Dodger Blue. HEX triplet: 41, 91 and FF. RGB value is (65,145,255). Sum of RGB (Red+Green+Blue) = 65+145+255=465 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.98% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #4191FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4191FF is #BE6E00. Grayscale: #858585. Windows color (decimal): -12480001 or 16748865. OLE color: 16748865.
HSL color Cylindrical-coordinate representation of color #4191FF: hue angle of 214.74º 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 #4191FF is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 145 | 255 | - |
| CMYK | 0.75 | 0.43 | 0 | 0 |
| HSL | 214.74º | 1% | 0.63% | - |
| HSV(B) | 214.74º | 0.75% | 1% | - |
| XYZ | 30.36 | 28.59 | 98.53 | - |
| YUV | 133.62 | 196.5 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 255 | 0.75 | 0.43 | 0 | 0 | 214.74 | 1 | 0.63 |
| Hex | 41 | 91 | FF | 4B | 2B | 0 | 0 | D7 | 64 | 3F |
| Octal | 101 | 221 | 377 | 113 | 53 | 0 | 0 | 327 | 144 | 77 |
| Binary | 1000001 | 10010001 | 11111111 | 1001011 | 101011 | 0 | 0 | 11010111 | 1100100 | 111111 |
Color Harmonies of #4191FF
Complementary color
Monochromatic Colors of #4191FF
Black with #4191FF
Text Example
Text Example
White with #4191FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4191FF; }
p { color: rgb(65,145,255); }
H1.HeaderClassName
{
color: #4191FF;
}
.AnyTagClassName
{
color: #4191FF;
}
</style>
background-color css
<style>
a { background-color: #4191FF; }
a { background-color: rgb(65,145,255); }
div.DivClassName
{
background-color: #4191FF;
}
.BgClassName
{
background-color: #4191FF;
}
</style>
border-color css
<style>
span { border-color: #4191FF; }
span { border-color: rgb(65,145,255); }
td.TdClassName
{
border-color: #4191FF;
}
.TagClassName
{
border-color: #4191FF;
}
</style>