#0376FA

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

Shades of Dodger Blue #0376FA

Tints of Dodger Blue #0376FA

Color information

#0376FA (or 0x0376FA) is unknown color: approx Dodger Blue. HEX triplet: 03, 76 and FA. RGB value is (3,118,250). Sum of RGB (Red+Green+Blue) = 3+118+250=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #0376FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0376FA is #FC8905. Grayscale: #626262. Windows color (decimal): -16550150 or 16414211. OLE color: 16414211.

HSL color Cylindrical-coordinate representation of color #0376FA: hue angle of 212.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0376FA is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3118250-
CMYK0.990.5300.02
HSL212.06º97.63%49.61%-
HSV(B)212.06º98.8%98.04%-
XYZ23.7719.8893.03-
YUV98.66213.459.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.81%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 250 (98.05% from 255) = 67.39%
R=0.81%
G=31.81%
B=67.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31182500.990.5300.02212.0697.6349.61
Hex376FA633502d46232
Octal3166372143650232414262
Binary111110110111110101100011110101010110101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0376FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0376FA; }

 p { color: rgb(3,118,250); }

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

<style>
 a { background-color: #0376FA; }

 a { background-color: rgb(3,118,250); }

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

<style>
 span { border-color: #0376FA; }

 span { border-color: rgb(3,118,250); }

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