#398DF9

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

Shades of Dodger Blue #398DF9

Tints of Dodger Blue #398DF9

Color information

#398DF9 (or 0x398DF9) is unknown color: approx Dodger Blue. HEX triplet: 39, 8D and F9. RGB value is (57,141,249). Sum of RGB (Red+Green+Blue) = 57+141+249=447 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.75% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #398DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398DF9 is #C67206. Grayscale: #7F7F7F. Windows color (decimal): -13005319 or 16354617. OLE color: 16354617.

HSL color Cylindrical-coordinate representation of color #398DF9: hue angle of 213.75º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #398DF9 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB57141249-
CMYK0.770.4300.02
HSL213.75º94.12%60%-
HSV(B)213.75º77.11%97.65%-
XYZ28.3126.7693.3-
YUV128.2196.1777.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.75%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 249 (97.66% from 255) = 55.70%
R=12.75%
G=31.54%
B=55.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal571412490.770.4300.02213.7594.1260
Hex398DF94D2B02d65e3c
Octal71215371115530232613674
Binary11100110001101111110011001101101011010110101101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,141,249); }

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

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

 a { background-color: rgb(57,141,249); }

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

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

 span { border-color: rgb(57,141,249); }

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