Shades of Dodger Blue #379CFE
Tints of Dodger Blue #379CFE
RGB
CMYK
RGB Variations
Color information
#379CFE (or 0x379CFE) is known color: Dodger Blue. HEX triplet: 37, 9C and FE. RGB value is (55,156,254). Sum of RGB (Red+Green+Blue) = 55+156+254=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #379CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379CFE is #C86301. Grayscale: #888888. Windows color (decimal): -13132546 or 16686135. OLE color: 16686135.
HSL color Cylindrical-coordinate representation of color #379CFE: hue angle of 209.55º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #379CFE is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 156 | 254 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.00 |
| HSL | 209.55º | 0.99% | 0.61% | - |
| HSV(B) | 209.55º | 0.78% | 1% | - |
| XYZ | 31.35 | 31.74 | 98.24 | - |
| YUV | 136.97 | 194.04 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 156 | 254 | 0.78 | 0.39 | 0 | 0.00 | 209.55 | 0.99 | 0.61 |
| Hex | 37 | 9C | FE | 4E | 27 | 0 | 0 | D2 | 63 | 3D |
| Octal | 67 | 234 | 376 | 116 | 47 | 0 | 0 | 322 | 143 | 75 |
| Binary | 110111 | 10011100 | 11111110 | 1001110 | 100111 | 0 | 0 | 11010010 | 1100011 | 111101 |
Color Harmonies of #379CFE
Complementary color
Monochromatic Colors of #379CFE
Black with #379CFE
Text Example
Text Example
White with #379CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379CFE; }
p { color: rgb(55,156,254); }
H1.HeaderClassName
{
color: #379CFE;
}
.AnyTagClassName
{
color: #379CFE;
}
</style>
background-color css
<style>
a { background-color: #379CFE; }
a { background-color: rgb(55,156,254); }
div.DivClassName
{
background-color: #379CFE;
}
.BgClassName
{
background-color: #379CFE;
}
</style>
border-color css
<style>
span { border-color: #379CFE; }
span { border-color: rgb(55,156,254); }
td.TdClassName
{
border-color: #379CFE;
}
.TagClassName
{
border-color: #379CFE;
}
</style>