Html Css Color HEX #398FF2 Dodger Blue

📋 copy color: '#398FF2'

red 57 ◦ green 143 ◦ blue 242

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

Shades of Dodger Blue #398FF2

Tints of Dodger Blue #398FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 54.75%

R = 12.9%
G = 32.35%
B = 54.75%

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

#398FF2 (or 0x398FF2) is known color: Dodger Blue. HEX triplet: 39, 8F and F2. RGB value is (57,143,242). Sum of RGB (Red+Green+Blue) = 57+143+242=442 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.90% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 242 (94.92% from 255 or 54.75% from 442); Max value from RGB is 242 - color contains mainly: blue. Hex color #398FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398FF2 is #C6700D. Grayscale: #808080. Windows color (decimal): -13004814 or 15896377. OLE color: 15896377.

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

Color convert

RGB 57 143 242 -
CMYK 0.76 0.41 0 0.05
HSL 212.11º 0.88% 0.59% -
HSV(B) 212.11º 0.76% 0.95% -
XYZ 27.54 26.93 87.75 -
YUV 128.57 192.01 76.95 -
System Red Green Blue C M Y K H S L
Decimal 57 143 242 0.76 0.41 0 0.05 212.11 0.88 0.59
Hex 39 8F F2 4C 29 0 5 D4 58 3B
Octal 71 217 362 114 51 0 5 324 130 73
Binary 111001 10001111 11110010 1001100 101001 0 101 11010100 1011000 111011

Color Harmonies of #398FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398FF2

Black with #398FF2

Text Example


Text Example

White with #398FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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