Html Css Color HEX #389DF6 Dodger Blue

📋 copy color: '#389DF6'

red 56 ◦ green 157 ◦ blue 246

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

Shades of Dodger Blue #389DF6

Tints of Dodger Blue #389DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.59%

R = 12.2%
G = 34.2%
B = 53.59%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#389DF6 (or 0x389DF6) is known color: Dodger Blue. HEX triplet: 38, 9D and F6. RGB value is (56,157,246). Sum of RGB (Red+Green+Blue) = 56+157+246=459 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.20% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #389DF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389DF6 is #C76209. Grayscale: #888888. Windows color (decimal): -13066762 or 16162104. OLE color: 16162104.

HSL color Cylindrical-coordinate representation of color #389DF6: hue angle of 208.11º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #389DF6 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 157 246 -
CMYK 0.77 0.36 0 0.04
HSL 208.11º 0.91% 0.59% -
HSV(B) 208.11º 0.77% 0.96% -
XYZ 30.32 31.61 91.69 -
YUV 136.95 189.54 70.26 -
System Red Green Blue C M Y K H S L
Decimal 56 157 246 0.77 0.36 0 0.04 208.11 0.91 0.59
Hex 38 9D F6 4D 24 0 4 D0 5B 3B
Octal 70 235 366 115 44 0 4 320 133 73
Binary 111000 10011101 11110110 1001101 100100 0 100 11010000 1011011 111011

Color Harmonies of #389DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DF6

Black with #389DF6

Text Example


Text Example

White with #389DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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