Html Css Color HEX #398EFA Dodger Blue

📋 copy color: '#398EFA'

red 57 ◦ green 142 ◦ blue 250

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

Shades of Dodger Blue #398EFA

Tints of Dodger Blue #398EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.63%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 12.69%
G = 31.63%
B = 55.68%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#398EFA (or 0x398EFA) is known color: Dodger Blue. HEX triplet: 39, 8E and FA. RGB value is (57,142,250). Sum of RGB (Red+Green+Blue) = 57+142+250=449 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.69% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #398EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398EFA is #C67105. Grayscale: #808080. Windows color (decimal): -13005062 or 16420409. OLE color: 16420409.

HSL color Cylindrical-coordinate representation of color #398EFA: hue angle of 213.58º degrees, saturation: 0.95, 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 #398EFA is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 142 250 -
CMYK 0.77 0.43 0 0.02
HSL 213.58º 0.95% 0.6% -
HSV(B) 213.58º 0.77% 0.98% -
XYZ 28.62 27.12 94.17 -
YUV 128.9 196.34 76.72 -
System Red Green Blue C M Y K H S L
Decimal 57 142 250 0.77 0.43 0 0.02 213.58 0.95 0.6
Hex 39 8E FA 4D 2B 0 2 D6 5F 3C
Octal 71 216 372 115 53 0 2 326 137 74
Binary 111001 10001110 11111010 1001101 101011 0 10 11010110 1011111 111100

Color Harmonies of #398EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398EFA

Black with #398EFA

Text Example


Text Example

White with #398EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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