Html Css Color HEX #398BFF Dodger Blue

📋 copy color: '#398BFF'

red 57 ◦ green 139 ◦ blue 255

#398BFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #398BFF

Tints of Dodger Blue #398BFF

RGB

 RED value IS 57 (22.66% from 255) = 12.64%

 GREEN value IS 139 (54.69% from 255) = 30.82%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 12.64%
G = 30.82%
B = 56.54%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#398BFF (or 0x398BFF) is known color: Dodger Blue. HEX triplet: 39, 8B and FF. RGB value is (57,139,255). Sum of RGB (Red+Green+Blue) = 57+139+255=451 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.64% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #398BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398BFF is #C67400. Grayscale: #7F7F7F. Windows color (decimal): -13005825 or 16747321. OLE color: 16747321.

HSL color Cylindrical-coordinate representation of color #398BFF: hue angle of 215.15º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #398BFF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 57 139 255 -
CMYK 0.78 0.45 0 0
HSL 215.15º 1% 0.61% -
HSV(B) 215.15º 0.78% 1% -
XYZ 28.97 26.56 98.21 -
YUV 127.71 199.83 77.57 -
System Red Green Blue C M Y K H S L
Decimal 57 139 255 0.78 0.45 0 0 215.15 1 0.61
Hex 39 8B FF 4E 2D 0 0 D7 64 3D
Octal 71 213 377 116 55 0 0 327 144 75
Binary 111001 10001011 11111111 1001110 101101 0 0 11010111 1100100 111101

Color Harmonies of #398BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BFF

Black with #398BFF

Text Example


Text Example

White with #398BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,139,255); }

 H1.HeaderClassName
 {
   color: #398BFF;
 }
 .AnyTagClassName
 {
   color: #398BFF;
 }
</style>

background-color css

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

 a { background-color: rgb(57,139,255); }

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

border-color css

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

 span { border-color: rgb(57,139,255); }

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