Shades of Dodger Blue #4197FC
Tints of Dodger Blue #4197FC
RGB
CMYK
RGB Variations
Color information
#4197FC (or 0x4197FC) is known color: Dodger Blue. HEX triplet: 41, 97 and FC. RGB value is (65,151,252). Sum of RGB (Red+Green+Blue) = 65+151+252=468 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.89% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #4197FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4197FC is #BE6803. Grayscale: #888888. Windows color (decimal): -12478468 or 16553793. OLE color: 16553793.
HSL color Cylindrical-coordinate representation of color #4197FC: hue angle of 212.41º degrees, saturation: 0.97, 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 #4197FC is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 151 | 252 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.01 |
| HSL | 212.41º | 0.97% | 0.62% | - |
| HSV(B) | 212.41º | 0.74% | 0.99% | - |
| XYZ | 30.82 | 30.29 | 96.32 | - |
| YUV | 136.8 | 193.01 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 151 | 252 | 0.74 | 0.40 | 0 | 0.01 | 212.41 | 0.97 | 0.62 |
| Hex | 41 | 97 | FC | 4A | 28 | 0 | 1 | D4 | 61 | 3E |
| Octal | 101 | 227 | 374 | 112 | 50 | 0 | 1 | 324 | 141 | 76 |
| Binary | 1000001 | 10010111 | 11111100 | 1001010 | 101000 | 0 | 1 | 11010100 | 1100001 | 111110 |
Color Harmonies of #4197FC
Complementary color
Monochromatic Colors of #4197FC
Black with #4197FC
Text Example
Text Example
White with #4197FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4197FC; }
p { color: rgb(65,151,252); }
H1.HeaderClassName
{
color: #4197FC;
}
.AnyTagClassName
{
color: #4197FC;
}
</style>
background-color css
<style>
a { background-color: #4197FC; }
a { background-color: rgb(65,151,252); }
div.DivClassName
{
background-color: #4197FC;
}
.BgClassName
{
background-color: #4197FC;
}
</style>
border-color css
<style>
span { border-color: #4197FC; }
span { border-color: rgb(65,151,252); }
td.TdClassName
{
border-color: #4197FC;
}
.TagClassName
{
border-color: #4197FC;
}
</style>