Shades of Dodger Blue #379BFB
Tints of Dodger Blue #379BFB
RGB
CMYK
RGB Variations
Color information
#379BFB (or 0x379BFB) is known color: Dodger Blue. HEX triplet: 37, 9B and FB. RGB value is (55,155,251). Sum of RGB (Red+Green+Blue) = 55+155+251=461 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.93% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #379BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379BFB is #C86404. Grayscale: #878787. Windows color (decimal): -13132805 or 16489271. OLE color: 16489271.
HSL color Cylindrical-coordinate representation of color #379BFB: hue angle of 209.39º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #379BFB is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 155 | 251 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.02 |
| HSL | 209.39º | 0.96% | 0.6% | - |
| HSV(B) | 209.39º | 0.78% | 0.98% | - |
| XYZ | 30.71 | 31.22 | 95.67 | - |
| YUV | 136.04 | 192.87 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 251 | 0.78 | 0.38 | 0 | 0.02 | 209.39 | 0.96 | 0.6 |
| Hex | 37 | 9B | FB | 4E | 26 | 0 | 2 | D1 | 60 | 3C |
| Octal | 67 | 233 | 373 | 116 | 46 | 0 | 2 | 321 | 140 | 74 |
| Binary | 110111 | 10011011 | 11111011 | 1001110 | 100110 | 0 | 10 | 11010001 | 1100000 | 111100 |
Color Harmonies of #379BFB
Complementary color
Monochromatic Colors of #379BFB
Black with #379BFB
Text Example
Text Example
White with #379BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379BFB; }
p { color: rgb(55,155,251); }
H1.HeaderClassName
{
color: #379BFB;
}
.AnyTagClassName
{
color: #379BFB;
}
</style>
background-color css
<style>
a { background-color: #379BFB; }
a { background-color: rgb(55,155,251); }
div.DivClassName
{
background-color: #379BFB;
}
.BgClassName
{
background-color: #379BFB;
}
</style>
border-color css
<style>
span { border-color: #379BFB; }
span { border-color: rgb(55,155,251); }
td.TdClassName
{
border-color: #379BFB;
}
.TagClassName
{
border-color: #379BFB;
}
</style>