Shades of Dodger Blue #3D91FF
Tints of Dodger Blue #3D91FF
RGB
CMYK
RGB Variations
Color information
#3D91FF (or 0x3D91FF) is known color: Dodger Blue. HEX triplet: 3D, 91 and FF. RGB value is (61,145,255). Sum of RGB (Red+Green+Blue) = 61+145+255=461 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.23% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D91FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D91FF is #C26E00. Grayscale: #838383. Windows color (decimal): -12742145 or 16748861. OLE color: 16748861.
HSL color Cylindrical-coordinate representation of color #3D91FF: hue angle of 214.02º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D91FF is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 145 | 255 | - |
| CMYK | 0.76 | 0.43 | 0 | 0 |
| HSL | 214.02º | 1% | 0.62% | - |
| HSV(B) | 214.02º | 0.76% | 1% | - |
| XYZ | 30.1 | 28.46 | 98.52 | - |
| YUV | 132.42 | 197.17 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 255 | 0.76 | 0.43 | 0 | 0 | 214.02 | 1 | 0.62 |
| Hex | 3D | 91 | FF | 4C | 2B | 0 | 0 | D6 | 64 | 3E |
| Octal | 75 | 221 | 377 | 114 | 53 | 0 | 0 | 326 | 144 | 76 |
| Binary | 111101 | 10010001 | 11111111 | 1001100 | 101011 | 0 | 0 | 11010110 | 1100100 | 111110 |
Color Harmonies of #3D91FF
Complementary color
Monochromatic Colors of #3D91FF
Black with #3D91FF
Text Example
Text Example
White with #3D91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D91FF; }
p { color: rgb(61,145,255); }
H1.HeaderClassName
{
color: #3D91FF;
}
.AnyTagClassName
{
color: #3D91FF;
}
</style>
background-color css
<style>
a { background-color: #3D91FF; }
a { background-color: rgb(61,145,255); }
div.DivClassName
{
background-color: #3D91FF;
}
.BgClassName
{
background-color: #3D91FF;
}
</style>
border-color css
<style>
span { border-color: #3D91FF; }
span { border-color: rgb(61,145,255); }
td.TdClassName
{
border-color: #3D91FF;
}
.TagClassName
{
border-color: #3D91FF;
}
</style>