Shades of Dodger Blue #4399FF
Tints of Dodger Blue #4399FF
RGB
CMYK
RGB Variations
Color information
#4399FF (or 0x4399FF) is known color: Dodger Blue. HEX triplet: 43, 99 and FF. RGB value is (67,153,255). Sum of RGB (Red+Green+Blue) = 67+153+255=475 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.11% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #4399FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4399FF is #BC6600. Grayscale: #8A8A8A. Windows color (decimal): -12346881 or 16750915. OLE color: 16750915.
HSL color Cylindrical-coordinate representation of color #4399FF: hue angle of 212.55º 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 #4399FF is Cyan = 0.74, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 153 | 255 | - |
| CMYK | 0.74 | 0.4 | 0 | 0 |
| HSL | 212.55º | 1% | 0.63% | - |
| HSV(B) | 212.55º | 0.74% | 1% | - |
| XYZ | 31.76 | 31.2 | 98.96 | - |
| YUV | 138.91 | 193.51 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 255 | 0.74 | 0.4 | 0 | 0 | 212.55 | 1 | 0.63 |
| Hex | 43 | 99 | FF | 4A | 28 | 0 | 0 | D5 | 64 | 3F |
| Octal | 103 | 231 | 377 | 112 | 50 | 0 | 0 | 325 | 144 | 77 |
| Binary | 1000011 | 10011001 | 11111111 | 1001010 | 101000 | 0 | 0 | 11010101 | 1100100 | 111111 |
Color Harmonies of #4399FF
Complementary color
Monochromatic Colors of #4399FF
Black with #4399FF
Text Example
Text Example
White with #4399FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4399FF; }
p { color: rgb(67,153,255); }
H1.HeaderClassName
{
color: #4399FF;
}
.AnyTagClassName
{
color: #4399FF;
}
</style>
background-color css
<style>
a { background-color: #4399FF; }
a { background-color: rgb(67,153,255); }
div.DivClassName
{
background-color: #4399FF;
}
.BgClassName
{
background-color: #4399FF;
}
</style>
border-color css
<style>
span { border-color: #4399FF; }
span { border-color: rgb(67,153,255); }
td.TdClassName
{
border-color: #4399FF;
}
.TagClassName
{
border-color: #4399FF;
}
</style>