Shades of Dodger Blue #4395FF
Tints of Dodger Blue #4395FF
RGB
CMYK
RGB Variations
Color information
#4395FF (or 0x4395FF) is known color: Dodger Blue. HEX triplet: 43, 95 and FF. RGB value is (67,149,255). Sum of RGB (Red+Green+Blue) = 67+149+255=471 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.23% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #4395FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4395FF is #BC6A00. Grayscale: #888888. Windows color (decimal): -12347905 or 16749891. OLE color: 16749891.
HSL color Cylindrical-coordinate representation of color #4395FF: hue angle of 213.83º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4395FF is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 149 | 255 | - |
| CMYK | 0.74 | 0.42 | 0 | 0 |
| HSL | 213.83º | 1% | 0.63% | - |
| HSV(B) | 213.83º | 0.74% | 1% | - |
| XYZ | 31.11 | 29.91 | 98.74 | - |
| YUV | 136.57 | 194.83 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 149 | 255 | 0.74 | 0.42 | 0 | 0 | 213.83 | 1 | 0.63 |
| Hex | 43 | 95 | FF | 4A | 2A | 0 | 0 | D6 | 64 | 3F |
| Octal | 103 | 225 | 377 | 112 | 52 | 0 | 0 | 326 | 144 | 77 |
| Binary | 1000011 | 10010101 | 11111111 | 1001010 | 101010 | 0 | 0 | 11010110 | 1100100 | 111111 |
Color Harmonies of #4395FF
Complementary color
Monochromatic Colors of #4395FF
Black with #4395FF
Text Example
Text Example
White with #4395FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4395FF; }
p { color: rgb(67,149,255); }
H1.HeaderClassName
{
color: #4395FF;
}
.AnyTagClassName
{
color: #4395FF;
}
</style>
background-color css
<style>
a { background-color: #4395FF; }
a { background-color: rgb(67,149,255); }
div.DivClassName
{
background-color: #4395FF;
}
.BgClassName
{
background-color: #4395FF;
}
</style>
border-color css
<style>
span { border-color: #4395FF; }
span { border-color: rgb(67,149,255); }
td.TdClassName
{
border-color: #4395FF;
}
.TagClassName
{
border-color: #4395FF;
}
</style>