#0379F4

Color #0379F4 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0379F4

Tints of Dodger Blue #0379F4

Color information

#0379F4 (or 0x0379F4) is unknown color: approx Dodger Blue. HEX triplet: 03, 79 and F4. RGB value is (3,121,244). Sum of RGB (Red+Green+Blue) = 3+121+244=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 244 (95.70% from 255 or 66.30% from 368); Max value from RGB is 244 - color contains mainly: blue. Hex color #0379F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0379F4 is #FC860B. Grayscale: #636363. Windows color (decimal): -16549388 or 16021763. OLE color: 16021763.

HSL color Cylindrical-coordinate representation of color #0379F4: hue angle of 210.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0379F4 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3121244-
CMYK0.990.5000.04
HSL210.62º97.57%48.43%-
HSV(B)210.62º98.77%95.69%-
XYZ23.220.2388.27-
YUV99.74209.4159-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.82%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 244 (95.70% from 255) = 66.30%
R=0.82%
G=32.88%
B=66.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal31212440.990.5000.04210.6297.5748.43
Hex379F4633204d36230
Octal3171364143620432314260
Binary1111110011111010011000111100100100110100111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0379F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0379F4; }

 p { color: rgb(3,121,244); }

 H1.HeaderClassName
 {
   color: #0379F4;
 }
 .AnyTagClassName
 {
   color: #0379F4;
 }
</style>
background-color css

<style>
 a { background-color: #0379F4; }

 a { background-color: rgb(3,121,244); }

 div.DivClassName
 {
   background-color: #0379F4;
 }
 .BgClassName
 {
   background-color: #0379F4;
 }
</style>
border-color css

<style>
 span { border-color: #0379F4; }

 span { border-color: rgb(3,121,244); }

 td.TdClassName
 {
   border-color: #0379F4;
 }
 .TagClassName
 {
   border-color: #0379F4;
 }
</style>