#377EF8

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

Shades of Dodger Blue #377EF8

Tints of Dodger Blue #377EF8

Color information

#377EF8 (or 0x377EF8) is unknown color: approx Dodger Blue. HEX triplet: 37, 7E and F8. RGB value is (55,126,248). Sum of RGB (Red+Green+Blue) = 55+126+248=429 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.82% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 248 (97.27% from 255 or 57.81% from 429); Max value from RGB is 248 - color contains mainly: blue. Hex color #377EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377EF8 is #C88107. Grayscale: #767676. Windows color (decimal): -13140232 or 16285239. OLE color: 16285239.

HSL color Cylindrical-coordinate representation of color #377EF8: hue angle of 217.93º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #377EF8 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB55126248-
CMYK0.780.4900.03
HSL217.93º93.24%59.41%-
HSV(B)217.93º77.82%97.25%-
XYZ25.9822.5191.78-
YUV118.68200.9882.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.82%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 248 (97.27% from 255) = 57.81%
R=12.82%
G=29.37%
B=57.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal551262480.780.4900.03217.9393.2459.41
Hex377EF84E3103da5d3b
Octal67176370116610333213573
Binary1101111111110111110001001110110001011110110101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377EF8; }

 p { color: rgb(55,126,248); }

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

<style>
 a { background-color: #377EF8; }

 a { background-color: rgb(55,126,248); }

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

<style>
 span { border-color: #377EF8; }

 span { border-color: rgb(55,126,248); }

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