Shades of Dodger Blue #0379FE
Tints of Dodger Blue #0379FE
RGB
CMYK
RGB Variations
Color information
#0379FE (or 0x0379FE) is known color: Dodger Blue. HEX triplet: 03, 79 and FE. RGB value is (3,121,254). Sum of RGB (Red+Green+Blue) = 3+121+254=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #0379FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0379FE is #FC8601. Grayscale: #646464. Windows color (decimal): -16549378 or 16677123. OLE color: 16677123.
HSL color Cylindrical-coordinate representation of color #0379FE: hue angle of 211.79º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0379FE is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 121 | 254 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.00 |
| HSL | 211.79º | 0.99% | 0.5% | - |
| HSV(B) | 211.79º | 0.99% | 1% | - |
| XYZ | 24.76 | 20.85 | 96.49 | - |
| YUV | 100.88 | 214.41 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 121 | 254 | 0.99 | 0.52 | 0 | 0.00 | 211.79 | 0.99 | 0.5 |
| Hex | 3 | 79 | FE | 63 | 34 | 0 | 0 | D4 | 63 | 32 |
| Octal | 3 | 171 | 376 | 143 | 64 | 0 | 0 | 324 | 143 | 62 |
| Binary | 11 | 1111001 | 11111110 | 1100011 | 110100 | 0 | 0 | 11010100 | 1100011 | 110010 |
Color Harmonies of #0379FE
Complementary color
Monochromatic Colors of #0379FE
Black with #0379FE
Text Example
Text Example
White with #0379FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0379FE; }
p { color: rgb(3,121,254); }
H1.HeaderClassName
{
color: #0379FE;
}
.AnyTagClassName
{
color: #0379FE;
}
</style>
background-color css
<style>
a { background-color: #0379FE; }
a { background-color: rgb(3,121,254); }
div.DivClassName
{
background-color: #0379FE;
}
.BgClassName
{
background-color: #0379FE;
}
</style>
border-color css
<style>
span { border-color: #0379FE; }
span { border-color: rgb(3,121,254); }
td.TdClassName
{
border-color: #0379FE;
}
.TagClassName
{
border-color: #0379FE;
}
</style>