Html Css Color HEX #389DF8 Dodger Blue

📋 copy color: '#389DF8'

red 56 ◦ green 157 ◦ blue 248

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

Shades of Dodger Blue #389DF8

Tints of Dodger Blue #389DF8

RGB

 RED value IS 56 (22.27% from 255) = 12.15%

 GREEN value IS 157 (61.72% from 255) = 34.06%

 BLUE value IS 248 (97.27% from 255) = 53.8%

R = 12.15%
G = 34.06%
B = 53.8%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#389DF8 (or 0x389DF8) is known color: Dodger Blue. HEX triplet: 38, 9D and F8. RGB value is (56,157,248). Sum of RGB (Red+Green+Blue) = 56+157+248=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #389DF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389DF8 is #C76207. Grayscale: #888888. Windows color (decimal): -13066760 or 16293176. OLE color: 16293176.

HSL color Cylindrical-coordinate representation of color #389DF8: hue angle of 208.44º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #389DF8 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 157 248 -
CMYK 0.77 0.37 0 0.03
HSL 208.44º 0.93% 0.6% -
HSV(B) 208.44º 0.77% 0.97% -
XYZ 30.63 31.73 93.32 -
YUV 137.18 190.54 70.1 -
System Red Green Blue C M Y K H S L
Decimal 56 157 248 0.77 0.37 0 0.03 208.44 0.93 0.6
Hex 38 9D F8 4D 25 0 3 D0 5D 3C
Octal 70 235 370 115 45 0 3 320 135 74
Binary 111000 10011101 11111000 1001101 100101 0 11 11010000 1011101 111100

Color Harmonies of #389DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DF8

Black with #389DF8

Text Example


Text Example

White with #389DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389DF8; }

 p { color: rgb(56,157,248); }

 H1.HeaderClassName
 {
   color: #389DF8;
 }
 .AnyTagClassName
 {
   color: #389DF8;
 }
</style>

background-color css

<style>
 a { background-color: #389DF8; }

 a { background-color: rgb(56,157,248); }

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

border-color css

<style>
 span { border-color: #389DF8; }

 span { border-color: rgb(56,157,248); }

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