#398EEE

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

Shades of Dodger Blue #398EEE

Tints of Dodger Blue #398EEE

Color information

#398EEE (or 0x398EEE) is unknown color: approx Dodger Blue. HEX triplet: 39, 8E and EE. RGB value is (57,142,238). Sum of RGB (Red+Green+Blue) = 57+142+238=437 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.04% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #398EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398EEE is #C67111. Grayscale: #7F7F7F. Windows color (decimal): -13005074 or 15633977. OLE color: 15633977.

HSL color Cylindrical-coordinate representation of color #398EEE: hue angle of 211.82º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #398EEE is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB57142238-
CMYK0.760.4000.07
HSL211.82º84.19%57.84%-
HSV(B)211.82º76.05%93.33%-
XYZ26.7926.3984.57-
YUV127.53190.3477.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.04%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 238 (93.36% from 255) = 54.46%
R=13.04%
G=32.49%
B=54.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal571422380.760.4000.07211.8284.1957.84
Hex398EEE4C2807d4543a
Octal71216356114500732412472
Binary111001100011101110111010011001010000111110101001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,142,238); }

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

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

 a { background-color: rgb(57,142,238); }

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

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

 span { border-color: rgb(57,142,238); }

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