#398AE5

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

Shades of Dodger Blue #398AE5

Tints of Dodger Blue #398AE5

Color information

#398AE5 (or 0x398AE5) is unknown color: approx Dodger Blue. HEX triplet: 39, 8A and E5. RGB value is (57,138,229). Sum of RGB (Red+Green+Blue) = 57+138+229=424 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.44% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #398AE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398AE5 is #C6751A. Grayscale: #7B7B7B. Windows color (decimal): -13006107 or 15043129. OLE color: 15043129.

HSL color Cylindrical-coordinate representation of color #398AE5: hue angle of 211.74º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #398AE5 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB57138229-
CMYK0.750.4000.10
HSL211.74º76.79%56.08%-
HSV(B)211.74º75.11%89.8%-
XYZ24.9224.777.58-
YUV124.16187.1680.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.44%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 229 (89.84% from 255) = 54.01%
R=13.44%
G=32.55%
B=54.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal571382290.750.4000.10211.7476.7956.08
Hex398AE54B280Ad44d38
Octal712123451135001232411570
Binary1110011000101011100101100101110100001010110101001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398AE5; }

 p { color: rgb(57,138,229); }

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

<style>
 a { background-color: #398AE5; }

 a { background-color: rgb(57,138,229); }

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

<style>
 span { border-color: #398AE5; }

 span { border-color: rgb(57,138,229); }

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