Html Css Color HEX #398FF1 Dodger Blue

📋 copy color: '#398FF1'

red 57 ◦ green 143 ◦ blue 241

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

Shades of Dodger Blue #398FF1

Tints of Dodger Blue #398FF1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.43%

 BLUE value IS 241 (94.53% from 255) = 54.65%

R = 12.93%
G = 32.43%
B = 54.65%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#398FF1 (or 0x398FF1) is known color: Dodger Blue. HEX triplet: 39, 8F and F1. RGB value is (57,143,241). Sum of RGB (Red+Green+Blue) = 57+143+241=441 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.93% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #398FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398FF1 is #C6700E. Grayscale: #7F7F7F. Windows color (decimal): -13004815 or 15830841. OLE color: 15830841.

HSL color Cylindrical-coordinate representation of color #398FF1: hue angle of 211.96º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #398FF1 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 57 143 241 -
CMYK 0.76 0.41 0 0.05
HSL 211.96º 0.87% 0.58% -
HSV(B) 211.96º 0.76% 0.95% -
XYZ 27.39 26.87 86.96 -
YUV 128.46 191.51 77.03 -
System Red Green Blue C M Y K H S L
Decimal 57 143 241 0.76 0.41 0 0.05 211.96 0.87 0.58
Hex 39 8F F1 4C 29 0 5 D4 57 3A
Octal 71 217 361 114 51 0 5 324 127 72
Binary 111001 10001111 11110001 1001100 101001 0 101 11010100 1010111 111010

Color Harmonies of #398FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398FF1

Black with #398FF1

Text Example


Text Example

White with #398FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,143,241); }

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

background-color css

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

 a { background-color: rgb(57,143,241); }

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

border-color css

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

 span { border-color: rgb(57,143,241); }

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