#0377FA

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

Shades of Dodger Blue #0377FA

Tints of Dodger Blue #0377FA

Color information

#0377FA (or 0x0377FA) is unknown color: approx Dodger Blue. HEX triplet: 03, 77 and FA. RGB value is (3,119,250). Sum of RGB (Red+Green+Blue) = 3+119+250=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #0377FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0377FA is #FC8805. Grayscale: #626262. Windows color (decimal): -16549894 or 16414467. OLE color: 16414467.

HSL color Cylindrical-coordinate representation of color #0377FA: hue angle of 211.82º 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 #0377FA is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3119250-
CMYK0.990.5200.02
HSL211.82º97.63%49.61%-
HSV(B)211.82º98.8%98.04%-
XYZ23.8920.1293.07-
YUV99.25213.0759.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.81%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 250 (98.05% from 255) = 67.20%
R=0.81%
G=31.99%
B=67.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31192500.990.5200.02211.8297.6349.61
Hex377FA633402d46232
Octal3167372143640232414262
Binary111110111111110101100011110100010110101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0377FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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