Shades of Dodger Blue #4197FB
Tints of Dodger Blue #4197FB
RGB
CMYK
RGB Variations
Color information
#4197FB (or 0x4197FB) is known color: Dodger Blue. HEX triplet: 41, 97 and FB. RGB value is (65,151,251). Sum of RGB (Red+Green+Blue) = 65+151+251=467 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.92% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #4197FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4197FB is #BE6804. Grayscale: #888888. Windows color (decimal): -12478469 or 16488257. OLE color: 16488257.
HSL color Cylindrical-coordinate representation of color #4197FB: hue angle of 212.26º degrees, saturation: 0.96, 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 #4197FB is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 151 | 251 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.02 |
| HSL | 212.26º | 0.96% | 0.62% | - |
| HSV(B) | 212.26º | 0.74% | 0.98% | - |
| XYZ | 30.66 | 30.22 | 95.48 | - |
| YUV | 136.69 | 192.51 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 151 | 251 | 0.74 | 0.40 | 0 | 0.02 | 212.26 | 0.96 | 0.62 |
| Hex | 41 | 97 | FB | 4A | 28 | 0 | 2 | D4 | 60 | 3E |
| Octal | 101 | 227 | 373 | 112 | 50 | 0 | 2 | 324 | 140 | 76 |
| Binary | 1000001 | 10010111 | 11111011 | 1001010 | 101000 | 0 | 10 | 11010100 | 1100000 | 111110 |
Color Harmonies of #4197FB
Complementary color
Monochromatic Colors of #4197FB
Black with #4197FB
Text Example
Text Example
White with #4197FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4197FB; }
p { color: rgb(65,151,251); }
H1.HeaderClassName
{
color: #4197FB;
}
.AnyTagClassName
{
color: #4197FB;
}
</style>
background-color css
<style>
a { background-color: #4197FB; }
a { background-color: rgb(65,151,251); }
div.DivClassName
{
background-color: #4197FB;
}
.BgClassName
{
background-color: #4197FB;
}
</style>
border-color css
<style>
span { border-color: #4197FB; }
span { border-color: rgb(65,151,251); }
td.TdClassName
{
border-color: #4197FB;
}
.TagClassName
{
border-color: #4197FB;
}
</style>